子进程检查 wlan 设备配置文件

问题描述 投票:0回答:0

使用子进程显示附近的 wifi 配置文件,当我尝试我的代码时,它只打印不在附近的旧设备配置文件

我的代码:

print(subprocess.check_output(['netsh', 'wlan', 'show', 'profiles']).decode('utf-8', errors="backslashreplace").split('\n'))
python computer-vision subprocess wifi hackintosh
© www.soinside.com 2019 - 2024. All rights reserved.