摘要:
/** * 将字符串转为图片 * @param imgStr * @return */ @RequestMapping("/generateImage") public static boolean generateImage(String imgStr,String imgFile) throws 阅读全文
摘要:
1 public static String getImageStr(String imgFile) { 2 // imgFile = "E:/文档/数据/abc.jpg"; 3 InputStream in = null; 4 byte[] data = null; 5 // 读取图片字节数组 6 阅读全文