摘要: import pywifi import time from pywifi import const # WiFi扫描模块 def wifi_scan(): # 初始化wifi wifi = pywifi.PyWiFi() # 使用第一个无线网卡 interface = wifi.interface 阅读全文
posted @ 2022-09-10 22:05 CrossPython 阅读(70) 评论(0) 推荐(0)