python讀出mysql數據寫出到csv文件中[整理]

python讀出mysql數據打印亂碼 1、添加sys模塊設置默認編碼集 import sys reload(sys) sys.setdefaultencoding('utf8') 2、添加codecs模塊設定輸出csv文件編碼格式 f.write(codecs.BOM_UTF8) 3、設定mysql數據庫編碼集 conn=MySQLdb.connect( host='',
相關文章
相關標籤/搜索