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.
如何使多个页面共享相同的页眉/页脚,因此当我想要修改页眉/页脚时不需要更新每个页面。我不想使用 frameset 标签,因为不同帧之间会有一个丑陋的栏。那么如何使用纯 HTML 制作这个共享的页眉/页脚呢?我没有使用任何框架。
简短的回答:你不能。不使用纯 HTML。最好的方法是将页眉和页脚放在自己的文件中,然后使用 PHP 或 javascript 加载它们。