📄 foot.asp
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -