bundle对象可以存放什么内容
1 回答
子衿沉夜
TA贡献1828条经验 获得超3个赞
[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...
- 1 回答
- 0 关注
- 758 浏览
添加回答
举报
0/150
提交
取消