内外多层循环的注意事项(必须指定return)

2022-09-27 11:26 0

当存在内外多层循环时必须指定return变量,例如:

{category **** }
     {module ****}
     {/module}
{/category}

这样内外循环,就不对了,需要给他们指定return,来区分变量前缀,需要改成:

{category **** return=t1}
     {module **** return=t2}
     {/module}
{/category} {$debug_t1}


一旦指定了return变量,那么循环体中的变量前缀也要发生改变,例如以前是$t.xxx需要改成 $t1.xx


侦探debug变量需要加上后缀,例如:{$debug_t1}

咨询
微信
电话