标签: java
是否有任何免费的java库使用它可以将IP转换为域,反之亦然?
答案 0 :(得分:4)
您不需要任何额外的库 - 它们都在标准的JRE中。查看InetAddress.getByName,InetAddress.getByAddress,InetAddress.getCanonicalHostName等
InetAddress.getByName
InetAddress.getByAddress
InetAddress.getCanonicalHostName
答案 1 :(得分:1)
如果您想要追踪实际的地理位置,可以使用http://www.maxmind.com/app/java - 但这需要花费数据。