[Python] python 获取mac地址 →→→→→进入此内容的聊天室

来自 , 2019-03-18, 写在 Python, 查看 139 次.
URL http://www.code666.cn/view/4cef5b5e
  1. def get_mac_address():
  2.   import uuid
  3.       node = uuid.getnode()
  4.       mac = uuid.UUID(int = node).hex[-12:]
  5.   return mac
  6.  
  7.  

回复 "python 获取mac地址"

这儿你可以回复上面这条便签

captcha