简单记录一EL表达式的判断用法
<c:if test="${(order.status == \'06\'&& order.type==\'02\') || (order.status == \'09\'&&
order.type==\'06\')}">
简单记录一EL表达式的判断用法
<c:if test="${(order.status == \'06\'&& order.type==\'02\') || (order.status == \'09\'&&
order.type==\'06\')}">
相关文章: