//$i默认是从1开始的

<volist name='lists' id='list'>
<li <if condition="$i eq count($lists)">class="last"</if>>
<a href="#">aaaa</a>
</li>
</volist>

相关文章: