#記錄一下
最近寫python ,使用code runner顯示都會出現亂碼,
可以去檔案 -> 喜好設定 -> 設定 –> setting.json
"code-runner.executorMap": {
"python": "set PYTHONIOENCODING=utf8 && python",
}
隨意新增一個test.py



#記錄一下
最近寫python ,使用code runner顯示都會出現亂碼,
可以去檔案 -> 喜好設定 -> 設定 –> setting.json
"code-runner.executorMap": {
"python": "set PYTHONIOENCODING=utf8 && python",
}
隨意新增一個test.py

