- 博客(1)
- 收藏
- 关注
原创 python之爬虫入门(requests、re库,requests.get()、re.findall()、re.sub())
python爬虫入门,简单小程序 目标:爬取起点中文网首页的所有小说标签以及某标签的部分小说名字 import re response1 = requests.get("https://www.qidian.com/all") response1 = response1.text # temp1 = re.findall(r'<li data-eid.*?href=(.*?) >(.*...
2019-12-27 02:03:07
1345
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅