摘要: 方法一:调用Windows的DOS命令,从输出结果中读取MAC地址:public static String getMACAddress() { String address = "";String os = System.getProperty("os.name");if ( os != null && os.startsWith("Windows")) { try { Stri... 阅读全文
posted @ 2009-04-23 15:00 快乐就好 阅读(5447) 评论(0) 推荐(0)