scrapy shell的使用
这里以http://bj.maitian.cn/esfall/PG1为例子,然后获取标题。
scrapy shell "http://bj.maitian.cn/esfall/PG1"
title =response.xpath('//div[@class="list_title"]/h1/a/text()').extract()
title
本文作者:一起来学python
本文链接:https://www.cnblogs.com/c-x-a/p/10941814.html
版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。