摘要:
方法一:调用Windows的DOS命令,从输出结果中读取MAC地址:public static String getMACAddress() { String address = "";String os = System.getProperty("os.name");if ( os != null && os.startsWith("Windows")) { try { Stri... 阅读全文
posted @ 2010-05-20 09:58
Mavin
阅读(803)
评论(0)
推荐(1)
浙公网安备 33010602011771号