如何在drawable资源中获取bitmap? Resources res=getResources(); Bitmap bmp=BitmapFactory.decodeResource(res, R.drawable.pic);