提问人:Yagnesh 提问时间:8/20/2023 最后编辑:Mike 'Pomax' KamermansYagnesh 更新时间:8/20/2023 访问量:76
UnicodeDecodeError:“utf-8”编解码器无法解码位置 617 中的字节0x96:起始字节无效
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x96 in position 617: invalid start byte
问:
File "d:\visual studio\python\sub.py", line 3, in <module>
command_output = subprocess.run(["netsh", "wlan", "show", "profile"], capture_output = True).stdout.decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x96 in position 617: invalid start byte
这在不使用 decode() 的情况下运行,但省略了 \r 和 \n decode() 抛出 Unicode 错误 有谁知道这个?
答: 暂无答案
评论
shell=True