Intent intent = getIntent();// 創建Intent對象Bundle bundle = intent.getExtras();// 獲取傳入的數據,并使用Bundle記錄strInfos = bundle.getStringArray(Showinfo.FLAG);// 獲取Bundle中記錄的信息
- 1 回答
- 0 關注
- 1422 瀏覽
添加回答
舉報
0/150
提交
取消