Loading


  2020年2月14日
摘要: 多线程爬虫实例,以下是源码 import requests from lxml import etree import json from queue import Queue import threading ''' 1. 创建 URL队列, 响应队列, 数据队列 在init方法中 2. 在生成U 阅读全文
posted @ 2020-02-14 20:02 一氓 阅读(119) 评论(0) 推荐(0)