随笔分类 -  JSP

摘要:<%@ page contentType="text/html;charset=GB2312"%> <%@ page import="java.sql.*"%> <html> <title>分页显示(jsp版)</title> <body> <%! int pageSize = 5;//每页显示的记录数 int pageCount = 0;//总页数 %> <% Connection con; String DatabaseDriver = "com.mi 阅读全文
posted @ 2012-02-10 20:19 Andy_YF 阅读(209) 评论(0) 推荐(0)