html注释里写php代码
可执行的php代码
<!--{error_reporting(0);}-->
开头的冒号为输出echo
<!--{:$test}-->
内嵌<?php echo "Hello world!"; ?>
外部引入<?php include ("demo.html"); ?>
定义一个变量 用来存储 固定路径 减少重复代码的书写
在页面顶部插入如下这段代码<!--{$icon_c = '../icon_c/cache/';}-->
正文其他位置 如何调用-使用<!--{$icon_c}-->
功能上有点类似 HTML 下<base>
标签
<head>
<base href="https://www.beiduoye.cn" />
<base target="_blank" />
</head>
官方 解释为 基准 URL
暂无评论