摘要: IP try { InetAddress ia = InetAddress.getByName("www.baidu.com"); InetAddress myHost = InetAddress.getLocalHost(); System.out.println(myHost); // 连带主机 阅读全文
posted @ 2021-08-12 10:51 yangruomao 阅读(28) 评论(0) 推荐(0) 编辑