body部分中的脚本

  1. <html>
  2. <body>
  3.  
  4. <script type="text/vbscript">
  5. document.write("在页面加载时,会执行 body 部分的脚本。")
  6. </script>
  7.  
  8. </body>
  9. </html>