【发布时间】:2012-04-21 19:19:25
【问题描述】:
我正在使用某人的 PHP 文件。 它的文字如下:
<html>
... regular HTML
{% if (some condition){
<another regular html tag>
</another regular html tag>
}%}
</html>
如果这些 {% tags %} 是 javascript 或 PHP,或者其他什么,我不明白吗? 谢谢。
【问题讨论】:
标签: php javascript html