返回

欢迎来到BOSS队

首页

欢迎来到BOSS队

[正序] [倒序]
下一页尾页
输入页数
(第1/28页)当前20条/页
function page(){ var p = document.getElementById("pageinput").value; if(isPositiveNum(p)){window.open("/html/0/535_"+p+"/","_self");} function isPositiveNum(s){ var re = /^[0-9]*[1-9][0-9]*$/ ; return re.test(s) } }