VS Code
Code Runner
Python
在扩展中找到Code Runner打开扩展设置。
在设置中找到settings.json编辑选项并点击打开。
settings.json
找到code-runner配置项下的python,添加IO流的指定解码方式为utf8。
code-runner
python
utf8
set PYTHOnIOENCODING=utf8