W3School TIY
(请在下面的文本框中编辑您的代码,然后单击此按钮测试结果。)
编辑您的代码:
<html> <body> <script type="text/vbscript"> document.write("The current system date is: ") document.write(Date) </script> </body> </html>
查看结果: