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.
我是java新手。现在我正在做一个与内容转换相关的项目。我已经使用 jsoup 从网页中提取链接。现在我想知道我可以使用相同的 jsoup 将 html 转换为 xml。你能回答这个问题吗?
您可以使用 JSoup 来提取链接。一旦有了这些链接,您就可以使用XStream或JAXB将它们序列化为 XML 文件。