1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 jsoup 1.9.2 发布,Java 的 HTML 解析器 下载

本帖由 漂亮的石头2016-05-18 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,662
    赞:
    47
    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
    jsoup 1.9.2 发布,Java 的 HTML 解析器下载地址
     
正在加载...