jstl中if-else实现



不需要签到



准时签到


超时签到


未签到



JSTL中标签没有对应的else因此采用

<c:choose> 

     <c:when test="">     

 c:when>      

     <c:otherwise>      

  c:otherwise> 

c:choose>


jstl中if-else实现_第1张图片


其他相关标签查询下面网址:

http://www.runoob.com/jsp/jsp-jstl.html

你可能感兴趣的:(HTML,jstl,if-else)