python輸入print直接打印中文亂碼問題

import sys type = sys.getfilesystemencoding() your_name=raw_input("請輸入你的名字:"); print your_name.decode('utf-8').encode(type) python在打印的時候中文會出現亂碼 緣由:源碼文件的編碼格式爲utf-8,可是window的本地默認編碼是gbk,因此在控制檯直接打印utf-8的字
相關文章
相關標籤/搜索