摘要: 爬虫 scrapy开启请求 简便方式 import scrapyclass QuotesSpider(scrapy.Spider): name = "quotes" start_urls = [ 'http://quotes.toscrape.com/page/1/', 'http://quotes 阅读全文
posted @ 2020-03-17 22:34 鱼虫光 阅读(157) 评论(0) 推荐(0) 编辑
摘要: scrapy基本架构 scrapy每个模块的作用 阅读全文
posted @ 2020-03-17 14:25 鱼虫光 阅读(167) 评论(0) 推荐(0) 编辑