- 博客(6)
- 收藏
- 关注
原创 python爬取某网站练习题
python爬取网页资源(针对特定网页) 代码: import urllib.request import os import time def get_liti(url): html = get_page(url) b=html.find(‘题目’) begin = b+2 end = int(html.find(’ 程序分析:’)) timu = html[begin:end] return ...
2019-09-03 16:30:59
4209
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅