![]() |
1
0
值得一提的是,您使用的是Python 2.7。
更好的解决方案是使用
或
因为Python 2.7中内置的open函数不支持指定编码。 |
![]() |
2
0
通过将open file语句编辑为
谢谢你。。 |