foot.asp
来自「多用户个人主页系统(ASP)」· ASP 代码 · 共 13 行
ASP
13 行
<table border="0" align="center" cellpadding="0" cellspacing="0"><tr><td height=70 valign="bottom" class=pt14><hr width=400 size=0 color=<%=skin(12)%> style="border:dotted"><%If cfg(12)<>"" then%><a href="<%=cfg(3)%>" target=_blank><img width=88 height=31 src="<%=cfg(12)%>" align=right></a><%else%><center><%End if%><%=cfg(0)%> <%=cfg(1)%><br>页面执行时间 :: <%
dim endtime
endtime=timer()
if isnull(starttime)=true then
response.write "没有程序被执行"
else
if cstr(FormatNumber((endtime-starttime)*1000,3))=".000" then
response.write "没有程序被执行"
else
response.write FormatNumber((endtime-starttime)*1000,3)&"毫秒"
end if
closeconn()
end if%></td></tr></table></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?