xiaolin12345 发表于 2022-1-2 22:21:13

scrapy未自动初始化sel

小甲鱼零基础学python第63课 用scrapy爬取信息, 在提取数据步骤时试用sel.xpath之后提示NameError: name 'sel' is not defined
>>> sel.xpath('//ul/li')
Traceback (most recent call last):
File "<console>", line 1, in <module>
NameError: name 'sel' is not defined

wp231957 发表于 2022-1-2 23:27:36

代码不全,你单独拿这么一句,自然错误
页: [1]
查看完整版本: scrapy未自动初始化sel