bulletedlist2_cs.aspx
来自「一些标准控件的举例说明」· ASPX 代码 · 共 24 行
ASPX
24 行
<html>
<head>
</head>
<body>
<h3><font face="Verdana">Bulleted List</font></h3>
<form runat=server>
<asp:BulletedList id=BulletedList1 DisplayMode = HyperLink runat=server>
<asp:ListItem Value="http://support.Microsoft.com">Support</asp:ListItem>
<asp:ListItem Value="http://www.asp.net">ASP.NET</asp:ListItem>
<asp:ListItem Value="http://msdn.microsoft.com">MSDN</asp:ListItem>
</asp:BulletedList>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?