闭关修行中......
jsp页面或者是html。把公共的部分抽离出来单独的页面,然后在对应的位置<jsp:include page="../test/test.jsp" flush="true"/>
使用vuejs可以轻松解决这类模块化问题
HTML静态页面里 用include标签引用进来
直接引入 或者用数据交互的前端框架
<!DOCTYPE html> <html ng-app="myapp"> <head lang="en"> <meta charset="UTF-8"> <title>ceshi</title> </head> <body ng-controller="myCtrl"> <p ng-include="'header.html'">angularjs不能正常显示</p> <p><a href="tiaozhuan.html">跳转</a></p> <p ng-include="'footer.html'"></p> <script src="js/angular.js"></script> <script src="user.js"></script> </body> </html>
直接用jQuery,ajax过来是可以的!
可以使用gulp里面的gulp-content-includer插件
gulp
gulp-content-includer
jsp页面或者是html。把公共的部分抽离出来单独的页面,然后
在对应的位置<jsp:include page="../test/test.jsp" flush="true"/>
使用vuejs可以轻松解决这类模块化问题
HTML静态页面里 用include标签引用进来
直接引入 或者用数据交互的前端框架
直接用jQuery,ajax过来是可以的!
可以使用
gulp
里面的gulp-content-includer
插件