首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

smarty兑现FOR循环标签

2012-12-23 
smarty实现FOR循环标签smarty 没有FOR标签。可以使用section标签代替。?如:{section nameloop loop$count}

smarty实现FOR循环标签

smarty 没有FOR标签。可以使用section标签代替。

?

如:

{section name=loop loop=$count}?

id: {$smarty.section.loop.index}?

{/section}?

热点排行