外部 JavaScript

  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5.  
  6. <script src="/js/example_externaljs.js">
  7. </script>
  8.  
  9. <p>
  10. 实际的脚本位于名为 "xxx.js" 的外部脚本中。
  11. </p>
  12.  
  13. </body>
  14. </html>