yntaxError: Non-UTF-8 code starting with '\xe6' in file C:/Users/Administrator/PycharmProjects/py3spider/testpyquery/testpq1.py on line 395, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
再頭部加
#*encoding=utf-8 就解決了
yntaxError: Non-UTF-8 code starting with '\xe6' in file C:/Users/Administrator/PycharmProjects/py3spider/testpyquery/testpq1.py on line 395, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
再頭部加
#*encoding=utf-8 就解決了
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。