我正在进行网络搜索并取回html。我想通过XPath从html获取所有div内容。这是html的片段:
<TD style="background-color:Gainsboro;" class="a83c"><DIV style="word-
wrap:break-word;" class="a83">17173,1</DIV></TD>
<TD style="background-color:Gainsboro;" class="a87c"><DIV style="word-
wrap:break-word;" class="a87">14865,0</DIV></TD>
所以从这个例子中我想提取: 17173,1和14865,0
有人可以告诉我如何使用XPath,或者使用Regex更容易吗?
感谢。