-1

我正在使用某人的 PHP 文件。它的文字如下:

<html>
... regular HTML
{% if (some condition){       
    <another regular html tag>
    </another regular html tag>
}%}
</html>

如果这些 {% tags %} 是 javascript 或 PHP,或者其他什么,我不明白吗?谢谢。

4

3 回答 3

4

这是一些模板语言。很可能是服务器端的一种,即基于 PHP 的一种。

于 2012-04-21T19:20:39.070 回答
1

对我来说看起来像一个模板。{%and%}是模板识别它必须在哪里工作的系统。

于 2012-04-21T19:21:26.310 回答
1

它可以想到两个原因:

  1. 用户可能已更改"<?" to "<%"

  2. 它是一种模板语言

于 2012-04-21T19:22:24.687 回答