摘要: 完整源代码: #2022-03-01 xpath爬取某大学新闻网站 import requests from lxml import etree import time for i in range(95):#一共有95页 headers={'User-Agent':'Mozilla/5.0 (iP 阅读全文
posted @ 2022-03-01 21:44 优秀的进度条 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 完整源代码: #2022-03-01 xpath爬取豆瓣top250电影排行榜 import requests from lxml import etree import time for a in range(10): headers={'User-Agent':'Mozilla/5.0 (iPh 阅读全文
posted @ 2022-03-01 21:37 优秀的进度条 阅读(958) 评论(0) 推荐(0) 编辑