// 首先需要创建启动的Activity对应的Intent Intent intent = new Intent(MainActivity.this, TwoActivity.class); // 启动Activity startActivity ...
確定! 回上一頁