摘要: 我们先来看一下python 获得本机MAC地址: import uuid def get_mac_address(): mac=uuid.UUID(int = uuid.getnode()).hex[-12:] return ":".join([mac[e:e+2] for e in range(0 阅读全文
posted @ 2019-05-07 10:59 G先生 阅读(719) 评论(0) 推荐(0) 编辑

:guocheng