4.7css选择器
::attr({属性名})
::attr(href)::text如何在scrapy中使用xpath?
scrapy shell http://blog.jobbole.com
response.css(".entry-header h1")
response.css(".entry-header h1::text").extract()
response.css(".entry-header h1::text").extract()[0]Last updated