jsoup 1.9.1 发布,HTML 解析器_html/css_WEB-ITnose
jsoup 1.9.1 发布。
更新日志:
改进:
-
Added support for HTTP and SOCKS request proxies, specifiable per connection. See Connection.proxy(String, int).
-
Added support for sending plain HTTP request bodies in POST and PUT requests, with Connection.requestBody(String).
-
Added support in Jsoup.Connect() for HEAD, OPTIONS, and TRACE.
-
Added support for HTTP 307 Temporary Redirect (replays posts, if applicable).
-
Performance improvements when parsing HTML, particularly on Android Dalvik.
-
Added support for writing HTML into Appendable objects (like OutputStreamWriter), to enable stream serialization. See Node.html(T)
-
Added support for XML namespaces when converting jsoup documents to W3C documents.
-
Added support for UTF-16 and UTF-32 character set detection from byte-order-marks (BOM).
-
Added support for tags with non-ascii (unicode) letters.
-
Added Connection.data(String) to retrieve a data KeyVal by its key. Useful to update form data before submission.
Bug 修复
-
Fixed an issue in the Parent selector where it would not match against the root element it was applied to.
-
Fix an issue where Elements.select(String) would not return every matching element if they had the same content.
-
Added not-null validators to Element.appendText() and Element.prependText()
-
Fixed an issue when moving moving nodes using Element.insert(int, Collection) where the sibling index would be set incorrectly, leading to the original loads being lost.
-
Reverted Node.equals() and Node.hashCode() back to identity (object) comparisons, as deep content inspection had negative performance impacts and hashkey stability problems. Functionality replaced with Node.hasSameValue().
-
In Connection, if the same header key is seen multiple times, combine their values with a comma per the HTTP RFC, instead of keeping just one value. Also fixes an issue where header values could be out of order.
下载地址:
-
Source code (zip)
-
Source code (tar.gz)
jsoup 是一款 Java 的HTML 解析器,可直接解析某个URL地址、HTML文本内容。它提供了一套非常省力的API,可通过DOM,CSS以及类似于 JQuery 的操作方法来取出和操作数据。
jsoup的主要功能如下:
-
从一个URL,文件或字符串中解析HTML;
-
使用DOM或CSS选择器来查找、取出数据;
-
可操作HTML元素、属性、文本;
jsoup是基于MIT协议发布的,可放心使用于商业项目。

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

热门话题

本文讨论了HTML< Progress>元素,其目的,样式和与< meter>元素。主要重点是使用< progress>为了完成任务和LT;仪表>对于stati

本文讨论了html< datalist>元素,通过提供自动完整建议,改善用户体验并减少错误来增强表格。Character计数:159

本文讨论了HTML< meter>元素,用于在一个范围内显示标量或分数值及其在Web开发中的常见应用。它区分了< meter>从< progress>和前

本文讨论了使用HTML5表单验证属性,例如必需的,图案,最小,最大和长度限制,以直接在浏览器中验证用户输入。

本文讨论了视口元标签,这对于移动设备上的响应式Web设计至关重要。它解释了如何正确使用确保最佳的内容缩放和用户交互,而滥用可能会导致设计和可访问性问题。

本文讨论了< iframe>将外部内容嵌入网页,其常见用途,安全风险以及诸如对象标签和API等替代方案的目的。

GiteePages静态网站部署失败:404错误排查与解决在使用Gitee...
