💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
当循环{foreach}是首次循环时,first将为TRUE 下面我们用first来显示一个表格的表头。 first例子 {在第一次遍历中显示表标题} ``` <table> _{foreach $items as $i}_ _{if $i@first}_ <tr> <th>key</td> <th>name</td> </tr> _{/if}_ <tr> <td>_{$i@key}_</td> <td>_{$i.name}_</td> </tr> _{/foreach}_ </table> ```