摘要:
public static void main(String[] args) throws UnknownHostException { InetAddress inet = InetAddress.getLocalHost(); System.out.println("本机的ip=" + inet.getHostAddress()); } 阅读全文
posted @ 2008-05-18 11:00
Fei飞
阅读(6212)
评论(0)
推荐(0)
浙公网安备 33010602011771号