62,242
社区成员




<asp:RadioButtonList ID="RadioButtonList1" runat="server">
<asp:ListItem Value="0">公</asp:ListItem>
<asp:ListItem Value="1">母</asp:ListItem>
</asp:RadioButtonList>
if(this.radio1.checked)
{
"先生"
}