分页代码几种写法.docVIP

  • 21
  • 0
  • 约 19页
  • 2016-12-03 发布于河南
  • 举报
分页代码几种写法

分页代码几种写法 java分页代码 %@ page language=java contentType=text/html; charset=GBK pageEncoding=GBK% %@ page import=com.accp.Bean.*,com.accp.Dao.*,java.util.* % html head style table{font-size:14px} A{text-decoration:none;} A:hover{color:blue} /style titleInsert title here/title script language=javaScript function Jumping(){ document.PageForm.submit(); return ; } function gotoPage(pagenum){ document.PageForm.jumpPage.value = pagenum; document.PageForm.submit(); return ; } /script style form{font-size:13px} /style /head % StringPager pager = new StringPager();

文档评论(0)

1亿VIP精品文档

相关文档