我第一次使用scrapy进行网络抓取,试图从网站上获得一些价格。问题是我不知道如何获取它,因为它是在节点内容内部,第一次使用xpath,所以我有点困惑。让我举个例子:
nuget restore xxx\xxx\xxx.sln(the full path of solution file containing the c++ project and the unit test project)
我需要从@ class =“ value”中获取内容,在这种情况下为“ 1250”。
任何帮助都会很棒!
答案 0 :(得分:0)
答案 1 :(得分:0)
据我了解,您想获取 content 属性值。这是XPath:
'//span[@class="<value>"]/@content'