怎么把base64编码成byte数组

2024-10-31 20:10:25
推荐回答(1个)
回答1:

String str = new String(Base64.encode(baos.toByteArray()));
把 byte 数组 编写成 字符串