jsp分页问题c:when test${pageNo}1c:when test${pageNo}1这样写不对吗?${pageNo}是从servlet
jsp分页问题<c:when test="${pageNo}>1">
<c:when test="${pageNo}>1">这样写不对吗?
${pageNo}是从servlet取来的值
我要在jsp里做判断
不能用<% %>这种
像用标签来做判断
[解决办法]
<c:when test="${pageNo>1}">
