BufferedImage ; import java.io.*; public BufferedImage myRead(String path) throws IOException { return ImageIO.read(new File(path)); }.
確定! 回上一頁