摘要: 实验要求编写爬虫 要求1.使用threading函数(重点,实现多线程);2.使用geturl模块(这个无所谓,用requests都可以) 一. import requests link='https://www.cnblogs.com/echoDetected/' headers={'User-A 阅读全文
posted @ 2020-06-02 20:24 ch0bits 阅读(228) 评论(0) 推荐(0) 编辑