Java域名如何转换IP地址方法在这里
程序员文章站
2022-04-12 16:28:23
...
//方法
String hostaddr = InetAddress.getByName("要转换的地址").getHostAddress();
//举例
String hostaddr = InetAddress.getByName("2855178bl0.iok.la").getHostAddress();
断点转换效果
上一篇: [Err] 1136 - Column count doesn't match value count at row 1
下一篇: [Err] 1136 - Column count doesn't match value count at row 1
推荐阅读