标签:otherwise 情况 when else other 否则 条件 The 实现
<c:choose>
<c:when test="${条件}">
情况1...........
</c:when>
<c:when test="${条件}">
情况2...........
</c:when>
<c:otherwise>
否则。。。。。
</c:otherwise>
</c:choose>
标签:otherwise 情况 when else other 否则 条件 The 实现
原文地址:https://www.cnblogs.com/yyhhblog/p/12017421.html