前端之家收集整理的这篇文章主要介绍了
静态页面实现 include 引入公用代码的示例,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
一直以来,我司的前端都是用 PHP 的 include 函数来实现引入 header 、footer 这些公用代码的,就像下面这样:
<!DOCTYPE html>
<html lang="en">
<
Meta charset="UTF-8">
<
Meta name="viewport" content="width=device-width,initial-scale=1.0">
<
Meta http-equiv="X-UA-Compatible" content="ie=edge">
Document