码迷,mamicode.com
首页 > Web开发 > 详细

scrapy中的xpath用法和css的用法

时间:2018-10-22 14:39:15      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:div   fir   包含   ons   att   倒数   page   css   pre   

css

不包含那个类

response.css(".list-left dd:not(.page)")

获取属性和文本

img.css("a::text").extract_first()

img.css("a::attr(href)").extract_first()

获取类page-en倒数第二个节点

response.css(".page-en:nth-last-child(2)::attr(href)").extract_first()

 

scrapy中的xpath用法和css的用法

标签:div   fir   包含   ons   att   倒数   page   css   pre   

原文地址:https://www.cnblogs.com/coder-lzh/p/9829554.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!