暫時顯示一段訊息文字,出現1~3秒就會消失 語法: Toast.makeText(this, "字串" , 顯示秒數).show();); 範例: import android.widget.*; Toast.makeText(this, "你的個人資料", Toast.LENGTH_LONG).show();