Python抓取页面乱码问题的解决

时间:2014-06-27 00:50:29   收藏:0   阅读:333
import urllib2
response=urllib2.urlopen(http://house.focus.cn/)
html=response.read()
print html.decode(gbk)

 

Python抓取页面乱码问题的解决,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!