最新的Web开发教程
 

VBScript的时间函数


<完整的VBScript参考

时间函数返回当前系统时间。

句法

Time

<%

response.write("The current system time is: ")
response.write(Time)

%>

代码的输出将是:

The current system time is: 8:34:14 AM
显示示例»

<完整的VBScript参考