... ImageIO.write( bufferedImage, "jpg", baos ); baos.flush(); currentImage = baos.toByteArray(); baos.close(); }catch(IOException e){ System.out.println(e.
確定! 回上一頁