SyntaxError
SyntaxError: non-ascii character ‘ xe6’ in file
中文注释乱码问题1
2
3
4
5
6代码开始的第一行添加如下一条语句:
# This Python file uses the following encoding: utf-8
或添加语句为:
# encoding: utf-8
本文标题:Python 错误提示
文章作者:Liuns Liu
发布时间:2016-06-09, 20:55:39
最后更新:2016-06-09, 21:01:17
原始链接:http://puhemo.tk/2016/06/09/python-error/
许可协议: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。