Bundle 傳遞收據

Bundle是一個特殊的map 它的鍵類型固定爲String 值的類型也只有幾個 發送數據: Bundle bundle = new Bundle(); bundle.putString('sex' , '男人'); bundle.putDouble('height' , 40,38); Intent intent = new Intent(); intent.putExtras(bundle);
相關文章
相關標籤/搜索