Scrapy CrawlSpider中Rule中写allow的问题!
# -*- coding: utf-8 -*-import scrapyfrom scrapy.linkextractors import LinkExtractorfrom scrapy.spiders import CrawlSpider, Ruleclass RulespiderSpider(CrawlSpider): name = 'wxapp' allowe...
原创
2019-05-26 18:18:54 ·
1884 阅读 ·
0 评论