返回顶部
摘要: #作业1 ##1)采用单线程及多线程爬取图片 ###代码 单线程 from bs4 import BeautifulSoup from bs4 import UnicodeDammit import urllib.request def imageSpider(start_url): try: ur 阅读全文
posted @ 2020-10-20 22:27 DanspG 阅读(196) 评论(0) 推荐(0) 编辑