當我可以平IP地址時,InetAddress.isReacable為什么返回false?InetAddress byName = InetAddress.getByName("173.39.161.140");
System.out.println(byName);
System.out.println(byName.isReachable(1000));為什么isReachable回歸false?我可以打開IP。
添加回答
舉報
0/150
提交
取消