摘要: public String GetDeviceMAC() { String strMacAddr = null; try { // 获得IpD地址 InetAddress ip = getLocalInetAddress(); byte[] b = NetworkInterface.getByIne 阅读全文
posted @ 2019-08-14 16:07 搬砖的L先生 阅读(1039) 评论(0) 推荐(0)