如何从其他文件添加元标记? 如果我想要包含带有" include_once"功能的标签。它将元标记包含在正文内容中。
感谢您的回复!
答案 0 :(得分:0)
你应该这样做。
<强> meta.php 强>
<meta charset="utf-8">
<强>的index.php 强>
<!doctype html>
<html>
<head>
<?php include_once ('meta.php');?>
</head>
<body>
</body>
</html>