摘要: 24 quote = each.xpath(".//p[@class='quote']/span/text()").extract() 25 if len(quote) != 0: 26 item['quote'] = quote[0] 27 28 29 yield item 30 31 if se 阅读全文
posted @ 2018-01-09 00:53 zy-- 阅读(368) 评论(0) 推荐(0)