建立一個TextView物件變數(讓其id代號等於手機畫面上id為textView1) 語法: import android.widget.*; TextView t1 = (TextView) findViewById(R.id.textView1);