支柱 2 迭代器排序列表按相反顺序排列
我需要按顺序反向排序列表
昭和.jsp
<div align="center">
<table id="customers">
<tr>
<th>Batch Code</th>
<th>Course</th>
<th>LAb/ClassRoom</th>
<th>Lecture Time</th>
<th>Day's</th>
</tr>
<s:iterator value="list" status="rowstatus">
<tr <s:if test="#rowstatus.odd">class="odd"</s:if>
<s:else>class="even"</s:else>>
<td><s:property value="BCode" /></td>
<td><s:property value="Course" /></td>
<td><s:property value="Lab" /></td>
<td><s:property value="LectureT" /></td>
<td><s:property value="Day" /></td>
</tr>
</s:iterator>
</table>
</div>
我需要按顺序反向排序列表
杨__羊羊
慕标琳琳
相关分类