我想判断${user.whetheBorrow}是否等于1怎么判断,请教。。。。。。
C标签里应该用eq进行判断把/c:if
<c:if test="${user.whetheBorrow}=='1'}">通过</c:if> 看看是不是你想要的,是‘1’还是1 看你的字段类型了
<c:if test="${user.whetheBorrow==1}">通过</c:if>