RadioButton.setChecked(true);(选中) false (未选中);(ps: RadioButton 必须要跟RadioGroup 一起使用 才会是单选状态,也就是说 只有在RadioGroup 中的RadioButton 才代表单选)