?? arc.ascx
字號:
?<%@ Control Language="C#" AutoEventWireup="true" CodeFile="arc.ascx.cs" Inherits="arc" %>
<table>
<tr>
<td style="width: 160px; background-color: #eeebe3">
<asp:BulletedList ID="BulletedList1" runat="server" BulletStyle="Circle" Width="118px">
<asp:ListItem>張三</asp:ListItem>
<asp:ListItem>李四</asp:ListItem>
<asp:ListItem>王五</asp:ListItem>
<asp:ListItem>王麻子</asp:ListItem>
<asp:ListItem>李扯火</asp:ListItem>
<asp:ListItem>周拔皮</asp:ListItem>
</asp:BulletedList>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -