摘要: import threading import time from queue import Queue import requests from lxml import etree class QiuBaiSpider(object): # 1.爬取的的网站,和请求头 def __init__(self): self.base_url = 'https:/... 阅读全文
posted @ 2019-07-31 15:48 Mr_Smith 阅读(152) 评论(0) 推荐(0)