摘要: import threading import time from queue import Queue from multiprocessing.dummy import Pool import requests from lxml import etree class QiuBaiSpider(object): # 1.爬取的的网站,和请求头 def __init__(s... 阅读全文
posted @ 2019-08-01 18:38 Mr_Smith 阅读(147) 评论(0) 推荐(0)