定时同步 上传者:sinat_58005 2020-09-20 03:21:02上传 ZIP文件 587.32KB 热度 22次 ublic static boolean GenerateImage(String imgStr, out OutputStream) { if (imgStr == null) // 图像数据为空 return false; BASE64Decoder decoder = new BASE64Decoder(); try { // Base64解码 byte[] b = decoder.decodeBuffer(imgStr); for (int i = 0; i < b.length; ++i) { if (b[i] < 0) {// 调整异常数 下载地址 用户评论 更多下载