标签:des style blog class code java
1 //varStat代表 遍历typeListDesc集合所用到的方法 2 <!-- stat当前迭代的第几项 --> 3 <c:forEach var="type" items="${typeListDesc}" varStatus="stat" begin="0" 4 end="2"> 5 <tr> 6 <td>${stat.count}</td> 7 <td>${type.name}</td> 8 <td>${type.click}</td> 9 </tr>
标签:des style blog class code java
原文地址:http://www.cnblogs.com/friends-wf/p/3709931.html