获取电脑设备号 def get_mac(): #mac mac = uuid.UUID(int=uuid.getnode()).hex[-12:] # 获取主机名 hostname = socket.gethostname() # 获取IP
確定! 回上一頁