如果您使用Java进行编码,请尝试使用
InetAddress
InetAddress addr = InetAddress.getByName("173.194.36.37");String host = addr.getHostName();System.out.println(host);
如果您使用Java进行编码,请尝试使用
InetAddress
InetAddress addr = InetAddress.getByName("173.194.36.37");String host = addr.getHostName();System.out.println(host);