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