VBScript Time 函數(shù)
完整的 VBScript 參考手冊
Time 函數(shù)返回當(dāng)前的系統(tǒng)時間。
語法
實例
實例(僅適用于 IE)
<script type="text/vbscript">
document.write("The current system time is: ")
document.write(Time)
</script>
以上實例輸出結(jié)果:
document.write("The current system time is: ") document.write(Time)
嘗試一下 ?
完整的 VBScript 參考手冊