You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Non-ASCII character '\xe6' in file processon.py on line 79, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details #3
有个小小的问题,直接运行python脚本报SyntaxError: Non-ASCII character '\xe6' in file processon.py on line 79, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details错误,因为源码中有中文所以需要在脚本的第一行加