编程问题:<c:when test="${判断条件}">
发布网友
发布时间:2023-03-04 02:21
我来回答
共2个回答
热心网友
时间:2023-10-03 01:18
<c:choose>
<c:when test="${abnInfo.abnormalState eq null or abnInfo.abnormalState != '4'}" >
<a href="<%=basePath%>cardInfo/cardRedemptionOper.action?cardRedemption.orderId=${cardRedemption.orderId}&cardRedemption.cardNo=${cardRedemption.cardNo}"
target="dialog" mask="true" rel="dlg_page1" title="赎回" width="600" height="480">
赎回
</a>
</c:when>
<c:when test="${abnInfo.abnormalState eq '4'}" >
已赎回
</c:when>
</c:choose>
热心网友
时间:2023-10-03 01:18
建议问一下c程序老师,我也问问。