python读取文件输出到控制台乱码问题解决
Sometimes, we often encounter python garbled when reading TXT files, but no matter how to modify the compiler, it can't be solved. We can do this with open("file path","r in the python program ",encoding="utf-8") as file: In this way, the problem can be so
原创
2020-06-15 16:16:07 ·
367 阅读 ·
1 评论