在写纯Html网站的时候,每个页面的头部菜单、js、css和底部说明都是同样的,有的时候你要改,就要一个一个的去改,通过下面方法将这些相同的抽取出来,方便后期维护!
希望能帮到你~!
在applyBusiness.html页面引入公共页头header.html。
1、applyBusiness.html:
1 |
|
2、header.js:
1 | /** |
4、header.html
1 | <nav class="navbar navbar-default navbar-fixed-top navWhole"> |