共 12 个文章 首页 | 上一页 | 1 | 下一页 | 尾页 20个文章/页 转到第function gopage(page,totalpage){ if (event.keycode==13){ if(math.abs(page)>totalpage) page=totalpage; if(math.abs(page)>1) window.location='/wzzt/jsbk/list_'+(totalpage-math.abs(page)+1)+'.html'; else window.location='/wzzt/jsbk/index.html'; }}