摘要:
循环执行逻辑 阅读全文
posted @ 2016-11-30 15:07
繒經最羙
阅读(310)
评论(0)
推荐(0)
摘要:
1 #-*- coding: UTF-8 -*- 2.7版本对中文的要求 2 import uuid 3 import socket 4 5 6 def get_mac_address(): 7 mac=uuid.UUID(int = uuid.getnode()).hex[-12:] 8 return ":".join([mac[e:e+2] fo... 阅读全文
posted @ 2016-11-30 15:01
繒經最羙
阅读(2062)
评论(0)
推荐(0)