美文网首页
获取本机IP地址

获取本机IP地址

作者: 大风过岗 | 来源:发表于2020-11-07 10:18 被阅读0次

    获取本机IP地址

    public static void main(String[] args)throws Exception {
            String localhost = InetAddress.getLocalHost().getHostAddress();
            System.out.println(localhost);
        }
    

    相关文章

      网友评论

          本文标题:获取本机IP地址

          本文链接:https://www.haomeiwen.com/subject/fsefbktx.html