共
381 組圖片
首頁(yè) |
上一頁(yè) |
8 9 10 11 12 13 14 15 16 | 下一頁(yè) | 尾頁(yè)
25組圖片/頁(yè) 轉(zhuǎn)到第
頁(yè)
function gopage(page,totalpage){
if (event.keyCode==13){
if(Math.abs(page)>totalpage) page=totalpage;
if(Math.abs(page)>1) window.location='/Photo/xcmn/List_'+(totalpage-Math.abs(page)+1)+'.htm';
else window.location='/Photo/xcmn/Index.htm';
}
}