码迷,mamicode.com
首页 > 其他好文 > 详细

Volocity循环高级用法

时间:2016-08-03 00:02:07      阅读:471      评论:0      收藏:0      [点我收藏+]

标签:

#foreach($announcementDo in $announcementList)
#if(($velocityCount - 1) % 3 == 0)
<span style="display: none; bottom: 0px;">
#set($temps=$velocityCount - 1)
<a target="_blank"> $!announcementList.get($temps).tilte <em style="color: #8e8c8c;margin-left: 42px;">2016-08-02</em></a>
<a target="_blank"> $!announcementList.get($velocityCount).tilte <em style="color: #8e8c8c;margin-left: 42px;">2016-08-02</em></a>
#set($temp=$velocityCount+1)
<a target="_blank"> $!announcementList.get($temp).tilte <em style="color: #8e8c8c;margin-left: 42px;">2016-08-02</em></a>
</span>
#end
#end

Volocity循环高级用法

标签:

原文地址:http://www.cnblogs.com/vinplezhang/p/5730927.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!