SyntaxError: Non-UTF-8 code starting with '\xc4' 報錯解決辦法

解決前 ''' Created on 2019年3月2日 @author: 9243 ''' print ("Hello, Python!") # 第二個註釋 解決後 ''' coding=utf-8 ''' print ("Hello, Python!") 註釋中增加了 coding=utf-8 且注意 文件的格式需要修改爲utf-8 如下
相關文章
相關標籤/搜索