我现在有三种情况:1、question.id为空 2、question.id为空但是knowledge不为空3、二者都不为空 请问用choose标签该如何写,前端菜鸟求教
</c:when> <c:when test="${question.id eq '' && knowledge ne ''}"> </c:when> <c:when test="${question.id ne'' && knowledge ne ''}"> </c:when>
/c:choose
看到一楼的答案以后长知识了