开发者

vb.net and html parsing

开发者 https://www.devze.com 2023-01-01 11:06 出处:网络
Currently I\'m using the IHTMLDocument2 and IHTMLElementCollection to 开发者_运维知识库parse HTML, is there some way to parse it using some sort of xpath/selectors, something like

Currently I'm using the IHTMLDocument2 and IHTMLElementCollection to 开发者_运维知识库parse HTML, is there some way to parse it using some sort of xpath/selectors, something like

elements = find_html_elements("a .link[rel=100]") ?


You can download and use the HTML agility pack - it supports Xpath.

0

精彩评论

暂无评论...
验证码 换一张
取 消