关于 ((RadioButton)sender).Text这个语句谁给详细解释一下啊[解决办法]sender是.net的通用事件处理方法,是触发事件的对象((RadioButton)sender)就是转换成 具体的类型,