<c:if test="${requestScope.limit1<requestScope.limitMax-10}">
<a href="indexJsp.title?ntid=<c:choose>
<c:when test="${!empty param.ntid}">${param.ntid}
</c:when>
<c:otherwise>${1}</c:otherwise>
</c:choose>&page=${requestScope.limit1+10}">下一页</a>
</c:if>
为什么点击下一页这个2后面有这么多的空格,不理解原因,这个ntid绝对是个单纯的数据库int类型2而已,绝对没有那么多空格
http://localhost:8080/New/indexJsp.title?ntid=2 &page=10
HansonQ