{{if $smarty.post.param neq null}} {{/if}}
PHP配置参数:
{{$smarty.post.param}} : {{$value}}
{{section name=loop loop=$list start=0 max=9}} {{/section}}
Server >>
{{$list[loop][0]}} {{$list[loop][1]}}

{{section name=loop loop=$list start=9}} {{/section}}
PHP >>
{{$list[loop][0]}} {{$list[loop][1]}}