怎么把base64编码成byte数组

2024-10-31 20:10:25
有1个网友回答
网友(1):

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