📄 pagecountertest.aspx
字号:
<% @Page Language="C#" %>
<HTML>
<HEAD>
<title>Page Counter Test</title>
</HEAD>
<BODY bgcolor="#fffff">
<form runat="server">
<p>Schriftart:
<asp:DropDownList id=fontSelection runat="SERVER">
<asp:ListItem Value="Times New Roman" >Times New Roman</asp:ListItem>
<asp:ListItem Value="Lucida Sans Unicode" >Lucida Sans Unicode</asp:ListItem>
<asp:ListItem Value="Arial" >Arial</asp:ListItem>
<asp:ListItem Value="Courier" >Courier New</asp:ListItem>
<asp:ListItem Value="Verdana" >Verdana</asp:ListItem>
</asp:DropDownList>
</p>
<p>
Schriftgr鲞e: <asp:TextBox id=txtFontSize runat="SERVER" size=10 value="18" />
</p>
<p>
Text: <asp:TextBox id=txtHitValue value="99" runat="SERVER" />
</p>
<p>Hintergrundfarbe:
<asp:DropDownList id=bgclrSelection runat="SERVER">
<asp:ListItem Value="ffffff" >Wei
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -