Intent intent = new Intent(this, ResultActivity.class); intent.putExtra("BMI_EXTRA", bmi); startActivity(intent);. 程式碼的第二行,在執行 ...
確定! 回上一頁