摘要: 爬取某网站部分信息,由于页面过多,采用多线程方式,提高爬取速度,完整代码如下 #!/usr/bin/env python # -*- coding:utf-8 -*- import requests from bs4 import BeautifulSoup as Bs4 import thread 阅读全文
posted @ 2021-07-16 15:18 g7y12 阅读(65) 评论(0) 推荐(0) 编辑