包含外部文件的Javascript包含菜单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了包含外部文件的Javascript包含菜单相关的知识,希望对你有一定的参考价值。

  1. This goes in your html where you want the menu, or other file, to appear:
  2.  
  3. <script language="javascript" type="text/javascript" src="js/menu.js"></script>
  4.  
  5.  
  6. Create a new file called "menu.js"
  7.  
  8.  
  9. document.write('<ul class="menu">');
  10.  
  11. // START LINKS //
  12.  
  13. <!-- Copy and paste to add more links. Note the first link starts the list, so don't copy that. -->
  14.  
  15. document.write('<li>');
  16. document.write('<a href="index.html" class="menu">Home</a>');
  17.  
  18. document.write('</li><li>');
  19. document.write('<a href="about.html" class="menu">About Us</a>');
  20.  
  21. document.write('</li><li>');
  22. document.write('<a href="services.html" class="menu">Services</a>');
  23.  
  24. document.write('</li><li>');
  25. document.write('<a href="gallery.html" class="menu">Photo Gallery</a>');
  26.  
  27. document.write('</li><li>');
  28. document.write('<a href="testimonials.html" class="menu">Testimonials</a>');
  29.  
  30. document.write('</li><li>');
  31. document.write('<a href="contact.html" class="menu">Contact Us</a>');
  32.  
  33. document.write('</li>');
  34.  
  35. // END LINKS //
  36.  
  37. document.write('</ul>');

以上是关于包含外部文件的Javascript包含菜单的主要内容,如果未能解决你的问题,请参考以下文章

如何在不增加 http 请求的情况下包含多个外部 javascript 文件

我可以对包含的外部 javascript 文件使用 301 重定向吗?

在 expressjs 中提供带有响应对象的 HTML 文件时,如何包含外部 JavaScript 文件?

javascript包含2次相同的外部js

Javascript:动态生成的函数,指的是带有GPT渲染的外部包含的JS文件

Java打包可执行jar包 包含外部文件