标签:pre color 使用 strong list idt 部分 dex class
<logic:notEmpty name="sList" scope="request"> <logic:iterate id="element" indexId="index" name="sList"> <tr> <td width="50"><%= index.intValue() + 1 %>.</td> <td><bean:write name="element"/></td> </tr> </logic:iterate> </logic:notEmpty>
关键是indexId="index" 和<%= index.intValue() + 1 %> 两部分。
使用struts的logic:iterate标签遍历列表时得到显示序号
标签:pre color 使用 strong list idt 部分 dex class
原文地址:http://www.cnblogs.com/xiandedanteng/p/6259698.html