W3School TIY
编辑您的代码:
<html> <body> <script type="text/vbscript"> document.write("Today's day is " & WeekdayName(weekday(date))) document.write("<br />") document.write("The month is " & MonthName(month(date))) </script> </body> </html>
查看结果: