python常见编码错误集合

错误1:变量加载到内存出现编码错误 文件内容 a="中国" print a 报错 ➜ ~ python a.py File "a.py", line 1 SyntaxError: Non-ASCII character '\xe4' in file b.py on line 1, but no encoding declared; see http://python.org/dev/pep
相关文章
相关标签/搜索