使用子进程显示附近的 wifi 配置文件,当我尝试我的代码时,它只打印不在附近的旧设备配置文件
我的代码:
print(subprocess.check_output(['netsh', 'wlan', 'show', 'profiles']).decode('utf-8', errors="backslashreplace").split('\n'))