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