2013年9月27日 星期五

計算頁面執行的時間

<%

Start=Timer

%>

<html>

<head></head>

<body>

<p align="center"><font color="#C0C0C0">本頁花了<%=Int(Timer-Start)%>秒來產生 </font>

</body>

</html>