摘要: 代码如下所示 1 import scrapy 2 from scrapy.selector.unified import SelectorList 3 from bookspider.items import BooksItem 4 class BooksSpider(scrapy.Spider): 阅读全文
posted @ 2019-11-14 19:28 cfancy 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1、books.py 1 import scrapy 2 from scrapy.selector.unified import SelectorList 3 4 class BooksSpider(scrapy.Spider): 5 name = 'books' 6 allowed_domains 阅读全文
posted @ 2019-11-14 15:07 cfancy 阅读(781) 评论(0) 推荐(0) 编辑