解释奇怪的代码html

时间:2015-04-07 02:36:17

标签: html

我想在我的网站上进行更改( html + css + php

我有这个代码html:

<h4>#_live_support#</h4>

在您看来,代码的结果是什么?

没有!没有!结果不是:

#_live_support#

结果CODE是仅限名称:

Direct support

我想解释一下这段代码**

照片标题

[code html] http://goo.gl/vZQNXD

[结果] http://goo.gl/4OaIvB

1 个答案:

答案 0 :(得分:0)

这是您正在查看的模板HTML文件。调用PHP脚本时,#_LIVE_SUPPORT#将被当时适当的任何内容动态替换。