... BufferedImage img = ImageIO.read(is); return img; } catch (IOException e) { throw new RuntimeException(e); } finally { if (is != null) try { is.close(); } ...
確定! 回上一頁