什么是Java类型,可以容纳PNG工具并提供对其像素缓冲区的访问? 最佳答案 BufferedImage img = ImageIO.read(new File("my.png")); int color = img.getRGB(23,12);