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.
我正在尝试将任意 Xml 文档转换为字节数组,以便可以使用 Base64 对其进行编码。任何人都可以帮我解决这个问题。另外,在 Java 中用于 base64 编码的最简单的 api 是什么?
谢谢。
base64 编码最简单的 API 可能是Commons Codec。