打赏
摘要: Drawable drawable = 你的ImageView.getDrawable(); Bitmap bitmap = null; if (null!=drawable) { bitmap = ((BitmapDrawable)drawable).getBitmap(); } if (null 阅读全文
posted @ 2020-12-09 09:01 吃瓜大湿熊 阅读(795) 评论(0) 推荐(0)