RadioButtonList
<asp:Label ID="txt_Gender" runat="server" Text="性别"></asp:Label>
请选择性别:<asp:RadioButtonList
ID="radlSex" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow">
<asp:ListItem Selected="True">男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList>
获取值
通过select一系列
RadioButtonList
最新推荐文章于 2025-02-27 20:44:12 发布