Python Console 出现乱码 解决方案参考: https://blog.youkuaiyun.com/huiyanshizhu/article/details/78907629 print("中文")出现乱码,在环境变量中添加PYTHONIOENCODING=UTF-8 ls 出现乱码添加:!chcp 65001 Debugger Console 出现乱码 File Encoding 修改Project Encoding为GBK即可。