Can Rhin开发者_运维问答o parse full HTML file with JavaScript in it?
Rhino itself is a JavaScript engine not a full browser DOM implementation. The HTML parsing and DOM API must be provided by something else.
HtmlUnit is a program that emulates a web browser. It uses Rhino to run JavaScript on the page.
精彩评论