选择频道搜索
phpcms v9模板中判断怎么写
phpcms v9模板中判断使用if语句,具体的使用示例如下:
{if $catid==10} 1{elseif $catid==11} 2{else} 3{/if}