从本地获得的图片不能以int的方式放在int数组里,可以放在String数组或者,Bitmap对象的list里。需要时直接ImageView.setImageBitmap(BitmapList.get(i));