?? 3-20.htm
字號:
<Script Language="VBS">
document.write("現(xiàn)在時間為:" & Now() & "<BR>")
document.write("日期為:" & Date() & "<BR>")
document.write("時間為:" & Time() & "<BR>")
document.write("今天星期 " & WeekDay(Date()) -1 & "<BR>")
document.write("兩年前今天是:" & DateAdd("yyyy", -2, Date()) & "<BR>")
document.write("距離2010年1月1日還有:")
document.write(DateDiff("d", Date(), #1/1/2010#) & "天!")
</Script>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -