<c:if test="${li.type==1 and li.selectType==0}">单项选择题</c:if> <c:if test="${li.type==1 and li.selectType==1}">多项选择题</c:if> <c:if test="${li.type==0}">问答题</c:if>
<td> <c:if test="${li.patientSex==null}">未设置</c:if> <c:if test="${li.patientSex==0}">男</c:if> <c:if test="${li.patientSex==1}">女</c:if> </td>
原文地址:http://blog.csdn.net/chentravelling/article/details/45690347