android参数传递的几种方法 Intent Intent i=new Intent(当前Activity.this,目标Activity.class); 1.传单值 传入: i. i.putEx ...