发布于 2016-05-18 03:47:37 | 195 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

jsoup HTML解析器

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


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.

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



历史版本 :
jsoup 1.11.2 发布,Java 的 HTML 解析器
jsoup 1.10.3 发布,Java 的 HTML 解析器
jsoup 1.10.2 发布,Java 的 HTML 解析器
Jsoup 1.10.1 发布,Java 的 HTML 解析器
jsoup 1.9.2 发布,Java 的 HTML 解析器
jsoup 1.9.1 发布,HTML 解析器
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务