$!{velocityCount}数量是从1开始的,所以获取下标直接-1就可以了,关于总数量直接$!{list.size()}。
- #foreach($fundDet in $!list)
- <tr bgcolor="#f3f3f3">
- <td><input name="" type="checkbox" value="" style="border:none"/></td>
- <td height="32px">$!{velocityCount}</td>
- <td height="32px">$!{list.size()}</td><!-- debitAmt -->
- <td height="32px">$!{fundDet.creditAmt}</td>
- <td height="32px">$!{fundDet.profitAmt}</td>
- <td height="32px">$!{fundDet.fundSource}</td>
- <td height="32px">$!{fundDet.preBalance}</td>
- <td height="32px">$!{fundDet.balance}</td>
- <td height="32px">$!{fundDet.transSerial}</td>
- <td height="32px">$!{fundDet.transDate}</td>
- <td height="32px">$!{fundDet.transTime}</td>
- <td height="32px">$!{fundDet.comments}</td>
- <td height="32px">$!{fundDet.status}</td>
- <td height="32px">$!{fundDet.settleDate}</td>
- </tr>
本文提供了一次技术领域的全览,涵盖了从基础开发工具到AI处理等多个细分领域,深入探讨了HTML、JavaScript等前端技术,Python、Java等后端开发,以及大数据、测试、操作系统等广泛主题。
1752





