开发者

Java screen scraper and on the fly DOM updater like jquery?

开发者 https://www.devze.com 2023-03-16 12:40 出处:网络
jQuery has powerful on the fly DOM manipulation API like selector.html() gets the html of the spec开发者_开发知识库ified selector and selector.html(replacement html) replaces html. I am looking for sa

jQuery has powerful on the fly DOM manipulation API like selector.html() gets the html of the spec开发者_开发知识库ified selector and selector.html(replacement html) replaces html. I am looking for same thing but in Java. Is there such a Java library? It should also be very fast.


Try JSoup. It has a an API inspired by jQuery and can handle most HTML pages you throw at it.

0

精彩评论

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

关注公众号