1
<div class="summary-item">
<label >Price</label>
<div class="value">
0.99 GBP
</div>
</div>
<div class="summary-item">
<label >Other info</label>
<div class="value">
All languages
</div>
</div>
我試圖使用XPath表達式得到「0.99英鎊」,到目前爲止,我已經達到了使用這個(注意,是另一個類的名稱爲總結項目的標籤,因此,我需要與標籤名稱價格唯一標識),我嘗試使用以下同胞XPath表達式-hierarchy
sel.xpath('//*/div[@class="summary-item"]/label[text()="Price"]').extract()
但是,我無法去的類,但我沒有成功,任何幫助將不勝感激。