摘要: 先上代码: import scrapy from scrapy.selector import Selector class QuoteSpider(scrapy.Spider): name = "quotes" start_urls = [ "http://quotes.toscrape.com/ 阅读全文
posted @ 2019-06-11 17:49 brady-wang 阅读(679) 评论(0) 推荐(0)