<c:if test="${not empty feeType}">  注意:大括号外面不能为空。
${orderNo.ethdOriginalOrderNo}
</c:if>

<c:if test="${empty str}">  str为空</c:if>

<c:if test="${not empty str}">  str不为空</c:if>

相关文章: