bm.asp

来自「xml缓存类试用版用于ASP」· ASP 代码 · 共 15 行

ASP
15
字号
<!--页脚on-->
    <div id="foot">
        Copyright 2008 . All rights
        reserved.Power By: <a href="http://www.shouji138.com" target="_blank">手机主题:</a><a href="http://www.shouji138.com" target="_blank">http://www.shouji138.com</a>
     执行时间:
	<%
	Dim Endtime
	Endtime=timer()-startime
	Response.Write(Endtime*1000&"ms")
	%>
    </div>
    <!--页脚off-->
	<%
closeConn
%>

⌨️ 快捷键说明

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