scrapy爬蟲shell用法

一、scrapy shell +url 二、from scrapy.linkextractors import LinkExtractor 三、print response.xpath('//div[@class="pagecenter p3"]//strong/text()').extract()[0],xpath中爲正則匹配 四、正則匹配可以在Google瀏覽器中用Xpath helper測試
相關文章
相關標籤/搜索