摘要:
代码如下所示 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
阅读(171)
评论(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
阅读(824)
评论(0)
推荐(0)

浙公网安备 33010602011771号