一句话就是数据打包容器。 Intent it = new Intent(A.this,B.class); Bundle bundle = new Bundle(); bundle.putString("name","张三"); it.putExtrats(bundle); startActivity(it);