自定义数据分页示例
来源:未知 责任编辑:责任编辑 发表时间:2013-12-18 11:35 点击:次
	   
	
JSP页面:
	<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
	<%@taglib uri="jsp/jstl/core" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; color: rgb(202, 0, 0); text-decoration: none; ">http://java.sun.com/jsp/jstl/core" prefix="c"%>
	<%
	String path = request.getContextPath();
	String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
	%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
相关新闻>>
- 发表评论
 - 
				
 
- 最新评论 进入详细评论页>>
 


