说明

在condition属性里面使用php代码

示例

{if condition="strtoupper('thinkphp') eq 'THINKPHP' "}
	完全相等
{else}
	不相等
{/if}

输出

完全相等