摘要: #coding: utf-8 import os import re def execute_cmd(cmd): out = os.popen(cmd) return out.read() def dnat_list(): cmd = 'netsh interface portproxy show 阅读全文
posted @ 2020-10-16 11:25 changxun 阅读(92) 评论(0) 推荐(0) 编辑