String ip = java.net.Inet4Address.getByName("www.google.com").getHostAddress();
System.out.println(ip);
輸出:173.194.72.105
全站熱搜
String ip = java.net.Inet4Address.getByName("www.google.com").getHostAddress();
System.out.println(ip);
輸出:173.194.72.105