如同過去練習,同樣要先指定一個intent類別的變數,並指定要開啟的activity,非常簡單,程式碼如下。 Intent intent = new Intent(MainActivity.this, ...
確定! 回上一頁