码迷,mamicode.com
首页 > Web开发 > 详细

jsp中实现if(){}else if(){}else{}

时间:2019-12-10 17:20:14      阅读:727      评论:0      收藏:0      [点我收藏+]

标签: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>

jsp中实现if(){}else if(){}else{}

标签:otherwise   情况   when   else   other   否则   条件   The   实现   

原文地址:https://www.cnblogs.com/yyhhblog/p/12017421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!