jstl顶用的if,else

jstl中用的if,elsec:choose? ?c:when test? ? 如果? ?/c:when? ?? ?c:otherwise??否则? ?/c:o

jstl中用的if,else

<c:choose>

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