html字符/文本转scrapy-selector

假设文本是用requests获取的,或者通过json转过来的。

html = scrapy.Selector(text=data, type='html')

data就是字符串文本。

你可能感兴趣的:(html字符/文本转scrapy-selector)