摘要: 1. 安装 pip install scrapy_redis 2. 爬虫文件 scrapy-redis提供了两种爬虫 from scrapy_redis.spiders import RedisSpider class MySpider(RedisSpider): """Spider that re 阅读全文
posted @ 2019-12-01 16:16 眼镜儿 阅读(234) 评论(0) 推荐(0) 编辑