ECshop模板中怎么 控制foreach 的循环次数,只循环5次怎么做:

<ul><!--{foreachfrom=$promotion_infoitem=itemkey=key}--><li><!--{if$item.typeeq"snatc... <ul>
<!-- {foreach from=$promotion_info item=item key=key} -->
<li><!-- {if $item.type eq "snatch"} -->
<a href="snatch.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.snatch_promotion}</a>
<!-- {elseif $item.type eq "group_buy"} -->
<a href="group_buy.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.group_promotion}</a>
<!-- {elseif $item.type eq "auction"} -->
<a href="auction.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.auction_promotion}</a>
<!-- {elseif $item.type eq "favourable"} -->
<a href="activity.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.favourable_promotion}</a>
<!-- {elseif $item.type eq "package"} -->
<a href="package.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.package_promotion}</a>
<!-- {/if} -->
<a href="{$item.url}" title="{$lang.$item.type} {$item.act_name}{$item.time}">{$item.act_name}</a></li>
<!-- {/foreach} -->
</ul>
展开
 我来答
zaq718383734
推荐于2018-03-20 · 超过41用户采纳过TA的回答
知道答主
回答量:98
采纳率:0%
帮助的人:92万
展开全部
这样可以让他只输出5 次 循环次数还是根据数组长度来的 没有找到怎么限制 iteration 这表示循环次数是从1 开始的 还要保证 foreeach的name 唯一不然会报错

<ul>
<!-- {foreach from=$promotion_info item=item key=key name=name} -->
{if $smarty.foreach.name.iteration <= 5}

<li><!-- {if $item.type eq "snatch"} -->
<a href="snatch.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.snatch_promotion}</a>
<!-- {elseif $item.type eq "group_buy"} -->
<a href="group_buy.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.group_promotion}</a>
<!-- {elseif $item.type eq "auction"} -->
<a href="auction.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.auction_promotion}</a>
<!-- {elseif $item.type eq "favourable"} -->
<a href="activity.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.favourable_promotion}</a>
<!-- {elseif $item.type eq "package"} -->
<a href="package.php" title="{$lang.$item.type}" style="color:#06c;">{$lang.package_promotion}</a>
<!-- {/if} -->
<a href="{$item.url}" title="{$lang.$item.type} {$item.act_name}{$item.time}">{$item.act_name}</a></li>
{/if}

<!-- {/foreach} -->
</ul>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式