Android 如何把一个String类型的图片路径转换成Bitmap

2025-04-04 05:31:20
推荐回答(1个)
回答1:

Bitmap bitmap = BitmapFactory.decodeFile(String path);