Heim > Fragen und Antworten > Hauptteil
Mehrere Seiten haben die gleiche Kopf- und Fußzeile. Wenn ich dieselbe Kopf- und Fußzeile zitieren möchte, wie kann ich sie zitieren?
Wie man mit jQuery eine HTML-Seite in das von mir angegebene p lädt, unter Berücksichtigung der Kompatibilität
仅有的幸福2017-07-05 10:46:43
如果是模版引擎那就不用说了、
如果只是纯静态的html、也没有使用自动化工具、是做不到的
可以考虑用我写的creater工具、每个页面的公共内容放入模版、创建文件的时候用命令行创建、可以创建出带模版内容的文件
如果按你更换的标题、jq提供了$.load()方法可以帮到你
http://www.w3school.com.cn/jq...
https://github.com/liujians/c...
代言2017-07-05 10:46:43
<!-- #include PathType = "FileName" -->
html:
jsp:
刚刚没有仔细看提问者的问题,我补充一下:
include需要服务器支持,你可以部署apache这种服务器来实现。
另外,纯前端是可以实现的!纯前端是可以实现的!纯前端是可以实现的!重要的事情说三遍
1.使用iframe引用
2.js里使用ajax请求html
3.<object>(推荐这种方法)
<object type="text/x-scriptlet" data="3.html" width=100% height=30></object>
实现如下:
新版 chrome firefox 没问题 ie<=IE7没问题 IE8样式有点问题 IE8+不兼容
有解决办法 忘了在哪了 我找找...