一.条件运算符 ${user.gender==1?'男':'女'} 二.if() <c:if test="${2>1}">code..</c:if>code会在test属性为true时执行 三.if()-else{} < ...
確定! 回上一頁