摘要:
public class JsonImage { /** * TODO:将byte数组以Base64方式编码为字符串 * @param bytes 待编码的byte数组 * @return 编码后的字符串 * */ public static String encode(byte[] bytes){ 阅读全文
posted @ 2018-03-09 17:02
霞霞35
阅读(179)
评论(0)
推荐(0)
浙公网安备 33010602011771号