⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pagecountertest.aspx

📁 这是一个非常好的源码! 这是一个非常好的源码! 这是一个非常好的源码! 这是一个非常好的源码!
💻 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 + -