Intent intent = getIntent();// 創(chuàng)建Intent對(duì)象Bundle bundle = intent.getExtras();// 獲取傳入的數(shù)據(jù),并使用Bundle記錄strInfos = bundle.getStringArray(Showinfo.FLAG);// 獲取Bundle中記錄的信息
- 1 回答
- 0 關(guān)注
- 1431 瀏覽
添加回答
舉報(bào)
0/150
提交
取消