VBScript Now 函数
Now 函数根据计算机系统的日期和时间设置返回当前的日期和时间。
语法
Now
实例
实例(仅适用于 IE)
<script type="text/vbscript">
document.write("The current system date and time is: ")
document.write(Now)
</script>
document.write("The current system date and time is: ")
document.write(Now)
</script>
以上实例输出结果:
document.write("The current system date and time is: ")
document.write(Now)
版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com