我正在使用某人的 PHP 文件。它的文字如下:
<html>
... regular HTML
{% if (some condition){
<another regular html tag>
</another regular html tag>
}%}
</html>
如果这些 {% tags %} 是 javascript 或 PHP,或者其他什么,我不明白吗?谢谢。
我正在使用某人的 PHP 文件。它的文字如下:
<html>
... regular HTML
{% if (some condition){
<another regular html tag>
</another regular html tag>
}%}
</html>
如果这些 {% tags %} 是 javascript 或 PHP,或者其他什么,我不明白吗?谢谢。