VBScript Timer 函数
❮ VBScript 参考大全
Timer 函数返回自午夜 12:00 以来经过的秒数。
语法
Timer
示例
示例
<%
response.write("自午夜 12:00 以来经过的秒数:")
response.write(Timer)
%>
上述代码的输出将是
自午夜 12:00 以来经过的秒数:56570.98
显示示例 »
❮ VBScript 参考大全
Timer 函数返回自午夜 12:00 以来经过的秒数。
Timer
<%
response.write("自午夜 12:00 以来经过的秒数:")
response.write(Timer)
%>
上述代码的输出将是
自午夜 12:00 以来经过的秒数:56570.98
显示示例 »
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]