jsoup 1.9.2 发布,Java 的 HTML 解析器_html/css_WEB-ITnose
程序员文章站
2022-04-26 16:18:18
...
jsoup 1.9.2 发布,改进内容包括:
改进:
1. In XML documents, detect the charset from the XML prolog --
Bug 修复
1. Fixed an issue where tag names that contained non-ascii characters but started with an ascii character would cause the parser to get stuck in an infinite loop.
2. Fixed an issue where API created XML documents would have an incorrect prolog.
3. Fixed an issue where you could not use an attribute selector to find values containing unbalanced braces or parentheses.
4. Fixed an issue where namespaced tags (like
jsoup 是一款 Java 的HTML 解析器,可直接解析某个URL地址、HTML文本内容。它提供了一套非常省力的API,可通过DOM,CSS以及类似于JQuery的操作方法来取出和操作数据。
下载地址: https://jsoup.org/download
推荐阅读
-
Java web求一个新闻发布页面_html/css_WEB-ITnose
-
有趣的CSS盒子模型--【牛腩新闻发布系统】_html/css_WEB-ITnose
-
初学java,关于applet的问题_html/css_WEB-ITnose
-
Atitit.html解析器的选型?jsoup?nsoup?,java?c#?.net?版本_html/css_WEB-ITnose
-
【jsoup的学习礼记】设置一个元素的HTML内容_html/css_WEB-ITnose
-
dede 最近一天发布的文章标题前加hot_html/css_WEB-ITnose
-
纯 C 语言实现的 CSS 解析器:katana_html/css_WEB-ITnose
-
用Jsoup对用户输入内容的HTML安全过滤_html/css_WEB-ITnose
-
java web的page属性范围_html/css_WEB-ITnose
-
AngularJS 1.5.0-rc.1 发布,HTML 的 Web 框架_html/css_WEB-ITnose