1 // 獲取指定計算機名的IP地址
2 ipAddress = InetAddress.getByName("host").getHostAddress();
3 // 獲取本地IP地址
4 ipAddress = InetAddress.getLocalHost().getHostAddress();
2 ipAddress = InetAddress.getByName("host").getHostAddress();
3 // 獲取本地IP地址
4 ipAddress = InetAddress.getLocalHost().getHostAddress();