【发布时间】:2010-04-20 13:07:50
【问题描述】:
我正在使用“HtmlAgilityPack”来解析 HTML 内容。 我的目标是获得数值。
<div>
some content 1
<br>
some <b>content</b> 2
<br>
<b>NUMBER:</b>
9788492688647
<br>
some content 3
<br>
some content 4
</div>
aim:
- get "9788492688647"
Anybody can tell me how to get value between /div/b[2] and <br> ?
【问题讨论】:
标签: xml xpath html-agility-pack