/
猿问
1 回答

慕容4345310
[html] view plaincopy Intent intent = new Intent(); intent.putExtra("test_value", "TEST_V"); [html] view plaincopy Bundle bundle = new Bundle(); bundle.putString("test_value", "TEST_V"); intent.putExtras(bundle); [html] view pl...
添加回答
举报
0/150
提交
取消