Base64字符保存图片,图片转换成Base64字符编码
//文件转换成Base64编码 public static String getFileBase64Str(String filePath) throws IOException { ...
//文件转换成Base64编码 public static String getFileBase64Str(String filePath) throws IOException { ...