BufferedImage中的方法getRGB有个参数十分不理解。
public int[] getRGB(int startX,
int startY,
int w,
int h,
int[] rgbArray, //这个参数我看了API还是不理解,是返回到这个数组吗?
int offset,
int scansize)
------解决方案--------------------应该不是返回到这个数组吧,前面不有返回的吗?public int[] getRGB
------解决方案--------------------直接看jdk源代码不就知道了