1. <c:choose>  
  2.   
  3.    <c:when test="">    如果  
  4.    </c:when>  
  5.      
  6.    <c:otherwise>  否则  
  7.    </c:otherwise>  
  8. </c:choose>  
  9.   

本文转载:CSDN博客