参数过滤
{{if $at==0}}
{{else}}
{{/if}}
禁止参数值(正则):
帮助?
编码:
操作
过滤参数值
编码
过滤方式
{{foreach from=$sql item=row}}
删除
{{$row.value}}
{{$row.charset}}
{{if $row.get==1}}get {{/if}}{{if $row.post==1}}post{{/if}}
{{/foreach}}