午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

您的位置:首頁技術文章
文章詳情頁

python2.7 - python 中文寫入文件后亂碼

瀏覽:228日期:2022-09-16 09:17:07

問題描述

一個很簡單的小爬蟲程序

for i in L:content = urllib2.urlopen(’http://X.X.X.X/cgi-bin/GetDomainOwnerInfo?domain=%s’ %i)html = content.read()with open(’domain_test.xml’,’a’) as f: f.write(html) print html

print 的結果是中文:

<domaininfo strDomain='XXX.com.' strOwner='XXX' strDepartment='云平臺部' strBusiness='[互聯網業務系統 - XXX' strUser='XXX;'>

但直接打開xml文本的時候卻是亂碼:

<domaininfo strDomain='XXX.com.' strOwner='XXX' strDepartment='?o‘?13??°é?¨' strBusiness='[?o’è?”??‘???????3???? - ?????‰?–1?o”?”¨]' StrUser='XXX;'>

Windows 7 操作系統,python 2.7

請問一下各位,這個問題如何解決?

問題解答

回答1:

你需要知道 content 的編碼方式,并考慮是否要轉換

你需要用 utf-8 打開文件,然后寫入

codecs.open(filename, mode[, encoding[, errors[, buffering]]])

Open an encoded file using the given mode and return a wrapped versionproviding transparent encoding/decoding. The default file mode is ’r’meaning to open the file in read mode.

Note The wrapped version will only accept the object format defined bythe codecs, i.e. Unicode objects for most built-in codecs. Output isalso codec-dependent and will usually be Unicode as well. Note Filesare always opened in binary mode, even if no binary mode was specified. This is done to avoid data loss due to encodings using8-bit values. This means that no automatic conversion of ’n’ is doneon reading and writing. encoding specifies the encoding which is to beused for the file.errors may be given to define the error handling. It defaults to’strict’ which causes a ValueError to be raised in case an encodingerror occurs.buffering has the same meaning as for the built-in open() function. Itdefaults to line buffered.

import codecsf = codecs.open('domain_test.xml', 'w', 'utf-8')回答2:

試試在文件開頭加上 # -*- coding: utf-8 -*-

回答3:

在文件開頭加上 #coding:utf-8

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 国产高清一区二区 | 国产成人自拍视频在线观看 | 久久99国产精品 | xxx日本在线观看 | 亚洲国产精品第一页 | 日本成人福利视频 | 国产精品视频免费播放 | 99久久婷婷国产精品综合 | 国产乱淫片视频 | 国产精品视频在线观看 | 天堂а√在线中文在线鲁大师 | 天堂在线中文 | 人妖和人妖互交性xxxx视频 | 国产亚洲久久 | 女人天堂网站 | 欧美xxxx网站| 亚洲免费婷婷 | 日本免费久久 | ww黄色 | 国产精品视频看看 | 久久黄色小视频 | 一级做a爱片性色毛片 | 伊人77| 国产精品一二三 | 91三级| 天堂毛片 | 手机免费观看av | 中国精品一区二区 | 日韩精品视频免费播放 | 国产福利视频 | 亚色综合 | 日本精品中文字幕 | 神马久久久久久久久久 | 青青草原av| 亚洲手机在线观看 | 日韩欧美少妇 | 青青草在线观看视频 | 日韩欧美一区二区三区在线 | 亚洲天堂精品在线观看 | 在线免费亚洲 | 日韩不卡中文字幕 |