简单教程
提交运行
代码编辑器:
<!DOCTYPE html> <meta charset="utf-8" /> <form runat="server"> <asp:ListBox runat="server"> <asp:ListItem Text="Item1" /> <asp:ListItem Text="Item2" /> <asp:ListItem Text="Item3" /> <asp:ListItem Text="Item4" enabled="False"/> </asp:ListBox> </form>
运行结果: