作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我不明白为什么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()
最佳答案
为我工作:
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']
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/
我是一名优秀的程序员,十分优秀!