採用python實現wsgi出現 編碼問題

SyntaxError: Non-ASCII character '\xe4' in file server.py on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for detailshtml


解決辦法,在有中文的python文件首行加入 #coding=utf-8python

問題解決。server

相關文章
相關標籤/搜索