getContentResolver ().openInputStream(data.getData()); //通过输入流得到bitmap对象 bitmap = BitmapFactory.decodeStream(inputStream); } catch ...
確定! 回上一頁