活水洗地的工程拐点:从“可用”到“好用”,活水洗地如何完成关键一跃
2026-01-28
Asp运行时间在写程序,尤其是测试数据库时会经常用到,我们无论做什么程序,在制作阶段,都在bottom.asp之类的页面中加入这类代码,总是一种很不错的习惯。
<%
dim end_time,time_ijob
end_time=timer()
time_ijob=FormatNumber((end_time-startime),2)
if time_ijob<1 then
response.write "执行时间:<font color=""#ff0000"">0"&time_ijob&"</font>秒"
else
response.write "执行时间:<font color=""#ff0000"">"&time_ijob&"</font>秒"
end if
%>
评论 {{userinfo.comments}}
{{child.content}}



{{question.question}}
提交