Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,我也在网络和stackoverflow上搜索过,但没有成功。
我只想重用页眉、导航栏、页脚等的代码。我只希望他们坐在各自的文件中,然后我希望所有其他文件链接这些文件。
我们将如何以 html5 方式进行这些操作。
有人可以帮帮我吗?
谢谢拉贾
这对于纯 HTML 是不可能的。要在您的网页中重用 HTML 块,您基本上有两种选择: 1. 通过 PHP、Twig、Smarty 或类似的服务器端模板。2. 或者你可以用 MustacheJS、Jade 或 Handlebars 做客户端模板。