VBScript Now 函数
❮ VBScript 参考大全
Now 函数根据计算机系统日期和时间设置返回当前日期和时间。
语法
Now
示例
示例
<%
response.write("当前系统日期和时间是:")
response.write(Now)
%>
以上代码的输出将是
当前系统日期和时间是:2024/10/9 下午 05:35:36
显示示例 »
❮ VBScript 参考大全
Now 函数根据计算机系统日期和时间设置返回当前日期和时间。
Now
<%
response.write("当前系统日期和时间是:")
response.write(Now)
%>
以上代码的输出将是
当前系统日期和时间是:2024/10/9 下午 05:35:36
显示示例 »
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]