PIMAGE photo[10]; for (long long i = 0; i <= 10; i++) { photo[i] = newimage(); getimage(photo[i], "photo library//%s.jpg", i); }
为什么以这种方式读取图片读不进去