Android-宣告c1的CheckBox物件變數並且和xml上的id=checkBox1物件映射連接 Android-宣告c1的CheckBox物件變數並且和xml上的id=checkBox1物件映射連接 2015-09-29 jashliao Comments 0 Comment Android-宣告c1的CheckBox物件變數並且和xml上的id=checkBox1物件映射連接 語法:CheckBox c1 = (CheckBox) findViewById(R.id.checkBox1); 範例: import android.widget.*; CheckBox c1 = (CheckBox) findViewById(R.id.checkBox1);