<完整的VBScript参考
时间函数返回当前系统时间。
句法
Time
例
例
<%
response.write("The current system time is: ")
response.write(Time)
%>
代码的输出将是:
The current system time is: 8:34:14 AM
显示示例» <完整的VBScript参考
时间函数返回当前系统时间。
Time
<%
response.write("The current system time is: ")
response.write(Time)
%>
代码的输出将是:
The current system time is: 8:34:14 AM
显示示例»