首页 > 技术文章 > 18.scrapy中selector的用法

lvjing 2018-08-27 14:45 原文

Selector是一个独立的模块。

Selector主要是与scrapy结合使用的。

开启Scrapy shell:

1.打开命令行cmd

2.scrapy shell http://doc.scrapy.org/en/latest/_static/selectors-sample1.html

 进入Scrapy shell 模式

 

 

推荐阅读