pagecountertest.aspx

来自「这是一个非常好的源码! 这是一个非常好的源码! 这是一个非常好的源」· ASPX 代码 · 共 29 行

ASPX
29
字号
<% @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 + =
减小字号Ctrl + -
显示快捷键?