显示日期和时间

  1. <html>
  2. <body>
  3.  
  4. <script type="text/vbscript">
  5. document.write("今天的日期是:" & date())
  6. document.write("<br />")
  7. document.write("时间是:" & time())
  8. </script>
  9.  
  10. </body>
  11. </html>