Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 html 文件中检查 Java 中的结束标签。如果没有结束标签,则放置结束标签。谁能告诉我如何实现这一目标。
我为此使用了TagSoup。
一个用 Java 编写的符合 SAX 的解析器,它不是解析格式良好或有效的 XML,而是解析 HTML... TagSoup 是免费的开源软件。
一个用 Java 编写的符合 SAX 的解析器,它不是解析格式良好或有效的 XML,而是解析 HTML...
TagSoup 是免费的开源软件。
I wanted to post the answer I found to the error I was getting
Uncaught TypeError: Object #<Object> has no method 'read'
Hopefully it will save some