流动站
- 2024-03-27公共管理学
- 2013-10-10畜牧学
- 2013-10-10兽医学
- 2013-10-10生态学
- 2013-10-10农林经济管理
- 2013-10-10农业工程
- 2013-10-10农业资源与环境
- 2013-10-10生物学
- 2013-10-10园艺学
- 2013-10-10植物保护
- 2013-10-10作物学
上一页 | "); else if(countPage>1&¤tPage!=0&¤tPage==1) document.write("首页 | 上一页 | "); else document.write("首页 | 上一页 | "); //循环 var num = 8; for(var i=0+(currentPage-1-(currentPage-1)%num) ; i<=(num+(currentPage-1-(currentPage-1)%num))&&(i"+1+" | ");} else document.write(""+(i+1)+" | "); } //设置下一页代码 if(countPage>1&¤tPage!=(countPage-1)) document.write("下一页 | 末页 | "); else document.write("上一页 | 末页 | "); document.write("总共"+countPage+"页 | "); //跳转页面 document.write("转到第页"+ " "); function toPage(){ var _num = document.getElementById("num").value; var str = "index"+"_"+(_num-1)+"."+"html"; var url = location.href.substring(0,location.href.lastIndexOf("/")+1); if(_num<=1||_num==null) location.href = url+"index"+"."+"html"; else if(_num>countPage) alert("本频道最多"+countPage+"页"); else location.href = url+str; }