cmd 中文乱码解决 python中文执行错误解决
将CMD终端改为UTF-8格式 命令介绍: chcp 65001 #换成utf-8代码页 chcp 936 #换成默认的gbk chcp 437 #美国英语 运行regedit,打开注册表。 在HKEY_CURRENT_USER\Console\%SystemRoot%_system32_cmd.exe中找到CodePage。 双击打开CodePage,输入65001 没有就新建名为CodePage的Reg_DWORD,输入65001
. Read more
