2008年9月5日

JAVA的数据分页显示

摘要: import java.util.ArrayList; public class PageIndex { private int pageSize; //每页要显示的行 private int pageNum; //总页数 private int pageId; //当前页 ... 阅读全文

posted @ 2008-09-05 00:44 VictorShan 阅读(688) 评论(0) 推荐(0)

导航