摘要: 1 # coding:utf-8 2 import os 3 4 cmd = {'arp': 'arp -a | find "', 5 'route': 'route PRINT ' 6 } 7 8 9 def win_mac_get(): 10 import socket 11 import re 12 s = soc... 阅读全文
posted @ 2018-07-27 17:28 LLSix 阅读(185) 评论(0) 推荐(0) 编辑