Linux執行python傳參問題

如遇到該問題code

須要將Python代碼中加入utf-8

reload(sys)
sys.setdefaultencoding('utf-8')

這樣就不會出現了coding

相關文章
相關標籤/搜索