獲取MAC地址

private String getMACAddress() throws Exception { InetAddress ia = InetAddress.getLocalHost(); byte[] mac = NetworkInterface.getByInetAddress(ia).getHardwareAddress(); StringBu
相關文章
相關標籤/搜索