以下是html代码:
<div class="grid1-4">
<a class="largeButton javascript sponsorProject button orangeGrad" href="javascript:;">
<div class="button">
<div class="button progress">
<div class="progressWrapper">
<div class="meter">
<div class="progress" style="width:52%"> </div>
</div>
<p class="progressText">
<span>52% Raised of $20,000 Goal</span>
我想提取代码最底部的句子 - 即52% Raised of $20,000 Goal
.
什么是 xpath 表达式?我用谷歌搜索并搜索了提示,但没有从中得到太多... :(。我什至使用 firebug 来查找 xpath 表达式,但仍然没有进展...
谢谢你
PS:由于我项目的性质,我不能写
//p[@class="progressText"]//span
xpath 表达式必须涉及
<div class="grid1-4">