gpt4 book ai didi

xpath - 抓不住找不到text()的内容

转载 作者:行者123 更新时间:2023-12-03 16:40:20 25 4
gpt4 key购买 nike

我不明白为什么scrapy无法在http://www.alize.gen.tr/index.php?is=urun_detay&id=37页上看到一些// div / text()。例如:

scrapy view http://www.alize.gen.tr/index.php?is=urun_detay&id=37




scrapy shell http://www.alize.gen.tr/index.php?is=urun_detay&id=37

>>> hxs.select("//td[@class='urun_adi']/div/text()").extract()


返回[u'\ r \ n'],但必须为[u'\ r \ nANGORA GOLD']

我哪里错了?

最佳答案

为我工作:

stav@maia:~$ scrapy shell "http://www.alize.gen.tr/index.php?is=urun_detay&id=37"
2013-03-28 20:36:39-0600 [scrapy] INFO: Scrapy 0.17.0 started (bot: scrapybot)
...
>>> hxs.select("//td[@class='urun_adi']/div/text()").extract()
[u'\r\nANGORA GOLD']


您正在使用什么版本的Scrapy?

stav@maia:~$ scrapy version -v
Scrapy : 0.17.0
lxml : 2.3.2.0
libxml2 : 2.7.8
Twisted : 11.1.0
Python : 2.7.3 (default, Aug 1 2012, 05:14:39) - [GCC 4.6.3]
Platform: Linux-3.2.0-39-generic-x86_64-with-Ubuntu-12.04-precise

关于xpath - 抓不住找不到text()的内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15696033/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com