设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

jsoup 1.9.2发布,Java的HTML解析器

2016-5-18 21:41| 发布者: joejoe0332| 查看: 548| 评论: 0|原作者: oschina|来自: oschina

摘要: jsoup 1.9.2 发布,改进内容包括:改进:1. In XML documents, detect the charset from the XML prolog -- ?xml encoding="UTF-8"?Bug 修复1. Fixed an issue where tag names that contained non-ascii characters ...

jsoup 1.9.2 发布,改进内容包括:

改进:
1. In XML documents, detect the charset from the XML prolog -- <?xml encoding="UTF-8"?>
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 <fb:comment>) would causeElement.cssSelector() to fail.

jsoup 是一款 Java 的HTML 解析器,可直接解析某个URL地址、HTML文本内容。它提供了一套非常省力的API,可通过DOM,CSS以及类似于JQuery的操作方法来取出和操作数据。

下载地址:https://jsoup.org/download

酷毙

雷人
1

鲜花

鸡蛋

漂亮

刚表态过的朋友 (1 人)

  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部