vscode python文件注释乱码怎么办?
VS Code 中文注释显示乱码 解决方法
将设置中的"files.autoGuessEncoding"项的值改为true即可。
1.文件
2.首选项
3.设置
4.搜索
"files.autoGuessEncoding": flase
改为
"files.autoGuessEncoding": true
相关推荐:vscode入门教程
Atas ialah kandungan terperinci vscode python文件注释乱码怎么办. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!