会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
前行者2011
博客园
首页
新随笔
联系
管理
订阅
2013年7月16日
gzip 压缩格式的网站处理方法---sina.com 分类: python python基础学习 2013-07-16 17:40 362人阅读 评论(0) 收藏
摘要: gzip 压缩格式的网站处理方法---sina.com#coding:utf-8import urllib2import reimport zliburl_address = 'http://www.sina.com.cn'f = urllib2.urlopen(url_address)buf = ...
阅读全文
posted @ 2013-07-16 17:40 前行者2011
阅读(120)
评论(0)
推荐(0)
编辑
公告