摘要: 作业1 指定一个网站,爬取这个网站中的所有的所有图片,例如中国气象网(http://www.weather.com.cn)。实现单线程和多线程的方式爬取 作业代码 `import requests from bs4 import BeautifulSoup import os import thre 阅读全文
posted @ 2025-11-25 20:36 bishanbu 阅读(11) 评论(0) 推荐(0)