資源簡介
代碼片段和文件信息
#coding:utf-8
import?os
import?re
import?sys
a=os.popen(‘netsh?wlan?show?profiles‘)
b=a.read()
c=re.findall(‘所有用戶配置文件?:?(.*?)\n????所有用戶配置文件‘bre.S)
print(c)
for?i?in?c:
????a=os.popen(‘netsh?wlan?show?profiles?‘+i+‘?key=clear‘)
????
評論
共有 條評論