2022年6月7日
摘要: /** * 将字符串转为图片 * @param imgStr * @return */ @RequestMapping("/generateImage") public static boolean generateImage(String imgStr,String imgFile) throws 阅读全文
posted @ 2022-06-07 13:51 青小记 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: 1 public static String getImageStr(String imgFile) { 2 // imgFile = "E:/文档/数据/abc.jpg"; 3 InputStream in = null; 4 byte[] data = null; 5 // 读取图片字节数组 6 阅读全文
posted @ 2022-06-07 13:46 青小记 阅读(263) 评论(0) 推荐(0) 编辑