2014-11-03 71 views

回答

0
CheckBox ch = (CheckBox) findViewById(R.id.checkBox1); 
     ch.setChecked(false); 
     and 
     ch.setChecked(true);