BufferedImage bi =ImageIO.read(bais); ImageIO.write(bi, ImgType, img);// bais.close(); } catch (Exception e) { e.printStackTrace(); }
確定! 回上一頁