标签:div fir 包含 ons att 倒数 page css pre
不包含那个类
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()
标签:div fir 包含 ons att 倒数 page css pre
原文地址:https://www.cnblogs.com/coder-lzh/p/9829554.html