response.xpath('//span/text()').get() 'good' >>> response.css('span::text').get() 'good'. Scrapy selectors are instances of Selector class ...
確定! 回上一頁