jsoup v1.9.2 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/8ab9c73df2c9fee3fed65a3f9effe89c.jpg" /></p>    <h2>简介</h2>    <p>jsoup 是一款 Java 的HTML 解析器,可直接解析某个URL地址、HTML文本内容。它提供了一套非常省力的API,可通过DOM,CSS以及类似于JQuery的操作方法来取出和操作数据。</p>    <p>jsoup的主要功能如下:</p>    <ul>     <li>从一个URL,文件或字符串中解析HTML;</li>     <li>使用DOM或CSS选择器来查找、取出数据;</li>     <li>可操作HTML元素、属性、文本;</li>     <li>jsoup是基于MIT协议发布的,可放心使用于商业项目。</li>    </ul>    <h2>更新日志</h2>    <ul>     <li>Fixed an issue where tag names that contained non-ascii characters but started with an ascii character <br /> would cause the parser to get stuck in an infinite loop. <a href="/misc/goto?guid=4958990416770368945">704</a></li>     <li>In XML documents, detect the charset from the XML prolog - <?xml encoding="UTF-8"?> <a href="/misc/goto?guid=4958990416866501939">701</a></li>     <li>Fixed an issue where created XML documents would have an incorrect prolog. <a href="/misc/goto?guid=4958990416956128743">652</a></li>     <li>Fixed an issue where you could not use an attribute selector to find values containing unbalanced braces or parentheses. <a href="/misc/goto?guid=4958990417047849207">611</a></li>     <li>Fixed an issue where namespaced tags (like <fb:comment>) would cause Element.cssSelector() to fail. <a href="/misc/goto?guid=4958990417140570931">677</a></li>    </ul>    <h2>下载地址</h2>    <ul>     <li><a href="/misc/goto?guid=4958990417236111555" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958990417335229939" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>