W/System.err(15366): android.database.CursorIndexOutOfBoundsException: 请求索引 1,大小为 1
byte[] bytes = cur.getBlob(cur.getColumnIndex(imgarr.get(i)));
ByteArrayInputStream input = new ByteArrayInputStream(bytes);
Bitmap bit = BitmapFactory.decodeStream(input);