⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 page.txt

📁 网上书店代码实现文件的上传下载功能购书管理书的功能
💻 TXT
字号:
<%@ page contentType="text/html;charset=GB2312" %>
<font size="2" color="#000080">
	<c:if test="${dataPageObject.currentPage>1}">
		<a href="<%=request.getContextPath()%><c:out value="${pagePath}"/>?page=1&status=${status}">
		首页</a>&nbsp;
	</c:if>
	<c:if test="${dataPageObject.currentPage>1}">
		<a href="<%=request.getContextPath()%><c:out value="${pagePath}"/>?page=<c:out value="${dataPageObject.currentPage-1}&status=${status}"/>">
		上一页</a>&nbsp;
	</c:if>
	<c:if test="${dataPageObject.currentPage<dataPageObject.pageCount}">
		<a href="<%=request.getContextPath()%><c:out value="${pagePath}"/>?page=<c:out value="${dataPageObject.currentPage+1}&status=${status}"/>">
		下一页</a>&nbsp;
	</c:if>
	<c:if test="${dataPageObject.currentPage<dataPageObject.pageCount}">
		<a href="<%=request.getContextPath()%><c:out value="${pagePath}"/>?page=<c:out value="${dataPageObject.pageCount}&status=${status}"/>">
		尾页</a>&nbsp;
	</c:if>
		共<c:out value="${dataPageObject.pageCount}"/>页
</font>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -