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