jstl中用的if,else
<c:choose>
? ?<c:when test="">? ? 如果
? ?</c:when>
? ?
? ?<c:otherwise>??否则
? ?</c:otherwise>
??
</c:choose>
发布时间: 2012-11-09 10:18:48 作者: rapoo
jstl中用的if,else
<c:choose>
? ?<c:when test="">? ? 如果
? ?</c:when>
? ?
? ?<c:otherwise>??否则
? ?</c:otherwise>
??
</c:choose>