111,094
社区成员




if (radioButton1.Checked == true)
{
row["TAA018"] = radioButton1.Text;
}
else if (radioButton2.Checked == true)
{
row["TAA018"] = radioButton2.Text;
}