gpt4 book ai didi

elixir - 在 Elixir 中获取主机名的推荐方法

转载 作者:行者123 更新时间:2023-12-03 18:10:27 25 4
gpt4 key购买 nike

在 nodejs 中我运行

 var os = require("os")
os.hostname()

我怎样才能获得 Elixir ?

最佳答案

Elixir 的标准库中似乎没有这个函数,但 Erlang 有 inet:gethostname/0 您可以直接调用:

iex(1)> {:ok, hostname} = :inet.gethostname
{:ok, 'dogbert'}
iex(2)> hostname
'dogbert'

关于elixir - 在 Elixir 中获取主机名的推荐方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41226076/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com