《Android》『Intent』- 透過Intent 切換Activity 並利用Bundle 傳送參數 ... Intent intent = new Intent(A.this, B.class);. startActivity(intent);.
確定! 回上一頁