"command": "D:\\Program Files\\Python35\\python"(python.exe的具体路径) "args": ["${file}"] 完成后,就可以在 VSC 中运行(ctrl+shift+b)和调试(F5) python 代码了。 二、print 打印中文出现乱码 如果直接这样运行 python 代码,会出现 print 打印出来的中文是乱码,要解决这个问题有三种办法: 1. 增...