VBScript Now 函數(shù)

2022-08-19 10:35 更新

VBScript Now 函數(shù)用于獲取當(dāng)前計(jì)算機(jī)的系統(tǒng)日期和時(shí)間。


VBScript 參考手冊(cè)完整的 VBScript 參考手冊(cè)

Now 函數(shù)根據(jù)計(jì)算機(jī)系統(tǒng)的日期和時(shí)間設(shè)置返回當(dāng)前的日期和時(shí)間。

語法

Now

實(shí)例

實(shí)例(僅適用于 IE)

<script type="text/vbscript">

document.write("The current system date and time is: ")
document.write(Now)

</script>

以上實(shí)例輸出結(jié)果:

document.write("The current system date and time is: ") document.write(Now)

嘗試一下 ?


VBScript 參考手冊(cè)完整的 VBScript 參考手冊(cè)
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)