会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Doublekai
博客园
首页
新随笔
联系
订阅
管理
2017年6月2日
python提取网页数据
摘要: #coding:utf-8 import urllib2 import os import re def dow(url): return urllib2.urlopen(url).read() str=dow('http://theater.mtime.com/China_Beijing/') lst=re.findall('\d+家影院上映\d+场',str) url = 'http...
阅读全文
posted @ 2017-06-02 14:18 Doublekai
阅读(574)
评论(2)
推荐(1)
编辑
公告