copyright.asp

来自「学生成绩管理系统」· ASP 代码 · 共 44 行

ASP
44
字号

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
<div align="center"> 
  <table width="778" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="1" bgcolor="999999"></td>
      <td height="1" bgcolor="cccccc"></td>
      <td width="1" bgcolor="999999"></td>
    </tr>
    
    <tr>
      <td align="center" valign="middle" bgcolor="#e6e6e6"><span class="bottom">      
		<%dim endtime
endtime=timer()
response.write "页面执行时间:"&FormatNumber((endtime-starttime)*1000,3)&"毫秒"%></span></td>
    </tr>
    <tr>
      <td bgcolor="999999"></td>
      <td height="1" bgcolor="cccccc"></td>
      <td bgcolor="999999"></td>
    </tr>
  </table>
</div>

		</td>
	</tr>
</table>
<br>

<%else
Response.Redirect "admpost.asp"
end if%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?