Suture_Box
Suture_Box copied to clipboard
windows下utf-8编码问题
system/exec_command.py: def dismap_cms(cmd): b = os.popen(cmd) msg = b.buffer.read().decode('utf-8') return msg
controller/controller.py: 第68行 file = open(f'{path}/output.txt','r',encoding="utf-8")
system/exec_command.py: def dismap_cms(cmd): b = os.popen(cmd) msg = b.buffer.read().decode('utf-8') return msg
controller/controller.py: 第68行 file = open(f'{path}/output.txt','r',encoding="utf-8")
有报错信息的图片吗