使用intent传递bitmap对象
/*** 存: i.putExtra("0", bitmap);* 取: i = getIntent(); bitmap= i.getParcelableExtra("0");*/