suchen

Heim  >  Fragen und Antworten  >  Hauptteil

javascript - Öffentliche HTML-Header- und Tail-Dateien einer statischen Seite?

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

给我你的怀抱给我你的怀抱2703 Tage vor1382

Antworte allen(4)Ich werde antworten

  • 仅有的幸福

    仅有的幸福2017-07-05 10:46:43

    如果是模版引擎那就不用说了、

    如果只是纯静态的html、也没有使用自动化工具、是做不到的

    可以考虑用我写的creater工具、每个页面的公共内容放入模版、创建文件的时候用命令行创建、可以创建出带模版内容的文件


    如果按你更换的标题、jq提供了$.load()方法可以帮到你
    http://www.w3school.com.cn/jq...

    https://github.com/liujians/c...

    Antwort
    0
  • 漂亮男人

    漂亮男人2017-07-05 10:46:43

    最直接的方法 用js 追加公共的html 或者用vue组件形式 比如写一个footer.vue 在你需要的页面import

    Antwort
    0
  • 我想大声告诉你

    我想大声告诉你2017-07-05 10:46:43

    类似php的include吗,需要用到模板,eg:pug

    Antwort
    0
  • 代言

    代言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+不兼容
    有解决办法 忘了在哪了 我找找...

    Antwort
    0
  • StornierenAntwort