摘要: import time import pywifi from pywifi import const #有密码 def connect_wifi_password(name, password): wifi = pywifi.PyWiFi() # 创建一个wifi对象 ifaces = wifi.i 阅读全文
posted @ 2023-04-21 13:42 hello_tree 阅读(292) 评论(0) 推荐(0)