当前位置: 代码迷 >> JavaScript >> jstl顶用的if,else
  详细解决方案

jstl顶用的if,else

热度:413   发布时间:2012-11-09 10:18:48.0
jstl中用的if,else

<c:choose>

? ?<c:when test="">? ? 如果
? ?</c:when>
? ?
? ?<c:otherwise>??否则
? ?</c:otherwise>
??
</c:choose>