gpt4 book ai didi

java - 如何以字符串形式输出我的 IP 地址?

转载 作者:行者123 更新时间:2023-12-01 14:39:36 25 4
gpt4 key购买 nike

我一直在使用 InetAddress.getLocalHost().getHostAddress(),如何将其作为字符串获取?

最佳答案

将 ip 作为字符串输出,来自 Justin Waugh 的 answer :

Simply call InetAddress.getByName(String host) passing in your textual IP address.

From the javadoc: The host name can either be a machine name, such as "java.sun.com", or a textual representation of its IP address.

InetAddress javadoc

或者按照 Nambari 的建议使用 InetAddress.getHostAddress()

关于java - 如何以字符串形式输出我的 IP 地址?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16111819/

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