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