摘要: def Getphysicaladdress(self): import uuid node = uuid.getnode() macHex = uuid.UUID(int=node).hex[-12:] mac = [] for i in range(len(macHex))[::2]: mac. 阅读全文
posted @ 2022-02-25 10:03 老运维 阅读(276) 评论(0) 推荐(0)