然後輸入以下程式碼: Intent intent = new Intent(); intent.setClass(this,Main2Activity.class); startActivity(intent); 先建立Intent物件
確定! 回上一頁