个人写的一个比较繁琐的表达式了,能够精简点吗?

<td class="color_1" style="width: 20%;">
<a class="xiahua" onclick="openUrl('${ctx}/${noManageUrl}&pageManage.pageNo=<fmt:formatNumber type="number" value="${(status.count)%5==0?((((pageManage.pageNo-1)*25+status.count)-((pageManage.pageNo-1)*25+status.count)%5)/5):((((pageManage.pageNo-1)*25+status.count)-((pageManage.pageNo-1)*25+status.count)%5)/5+1)}"/>');" href="###">
<c:if test="${fn:length(formTitle)>30}">${fn:substring(noManageTitle, 0, 30)}......</c:if>
<c:if test="${fn:length(formTitle)<=30}">${noManageTitle}</c:if> </a>
</td>

你可能感兴趣的:(表达式)