案例:ASP.NET案例     状态:不可编辑再运行    进入竖版
 运行结果 
x
 
1
2
<html>
3
<body>
4
5
<form runat="server">
6
<asp:ListBox runat="server">
7
<asp:ListItem Text="Text1" />
8
<asp:ListItem Value="Text3" Text="Text1">Text2</asp:ListItem>
9
<asp:ListItem Value="Text3" />
10
</asp:ListBox>
11
</form>
12
13
</body>
14
</html>
15