body 部分

  1. <html>
  2. <head>
  3. </head>
  4.  
  5. <body>
  6.  
  7. <script type="text/javascript">
  8. document.write("该消息在页面加载时输出。")
  9. </script>
  10.  
  11. </body>
  12. </html>