执行python文件报错SyntaxError: Non-ASCII character '\xe8' in file, but no encoding declared时间:2023-03-08 18:56:37在文件头部加上: # -*- coding: utf-8 -*