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

JSP 基础之 JSTL <c:choose>用法 if else

时间:2017-02-21 19:04:13      阅读:294      评论:0      收藏:0      [点我收藏+]

标签:基础   als   jstl   cond   asc   blog   when   false   script   

 

<c:choose>  
  <c:when test="${condition1}">  
         condition1为true  
  </c:when>  
  <c:when test="${ condition2}">  
	  condition2为true  
  </c:when>  
  <c:otherwise>  
 	 condition1和condition2都为false  
  </c:otherwise>  
</c:choose> 

  

JSP 基础之 JSTL <c:choose>用法 if else

标签:基础   als   jstl   cond   asc   blog   when   false   script   

原文地址:http://www.cnblogs.com/GotoJava/p/6424321.html

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