radiobuttonlist.txt
来自「C# 是创新性的新式编程语言」· 文本 代码 · 共 6 行
TXT
6 行
<asp:RadioButtonList id="RadioButtonList" runat="server" Font-Size="12px" RepeatDirection="Horizontal"
RepeatLayout="Flow">
<asp:ListItem Value="ASC" Selected=True>升序</asp:ListItem>
<asp:ListItem Value="DESC">降序</asp:ListItem>
</asp:RadioButtonList>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?