1

I'm looking for a way to parse a html document with javascript embedded. I know that this can be done with MSHTML and code DOM, but in this case it is not an option. I need the program to be also able to run on Mono. Any suggestions?

4

1 回答 1

2

您可以将 HtmlAgilityPack 用于 HTML 解析,将 IronJS 用于 JavaScript 解析。

于 2011-08-17T14:29:05.323 回答