摘要:
http://www.cnblogs.com/lanxuezaipiao/archive/2013/05/17/3082949.html 阅读全文
摘要:
Java代码获取电脑IP、MAC、各种版本 public static String getMACAddress() throws Exception { InetAddress ia = InetAddress.getLocalHost(); // 获得网络接口对象(即网卡),并得到mac地址,m 阅读全文