radiobutton 你可以子啊tag 属性里面设置相关的数值,然后在button 的点击事件里面实现 private void button1_Click(object sender, EventArgs e) { this.textBox1.Text=this.radioButton1.Tag.ToString(); }