会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
饭桶大叔
博客园
首页
新随笔
联系
订阅
管理
2018年9月4日
Python 正则表达式爬取浏览目录
摘要: 1 import requests 2 import re 3 4 content = requests.get('https://book.douban.com/').text 5 pattem = re.compile('(.*?).*?year">(.*?).*?',re.S) 6 results = re.findall(pattem, content) 7 # prin...
阅读全文
posted @ 2018-09-04 21:30 饭桶大叔
阅读(449)
评论(0)
推荐(0)
编辑
公告