返回

重生笑傲江湖

首页

重生笑傲江湖

[正序] [倒序]
function page(){ var p = document.getElementById("pageinput").value; if(isPositiveNum(p)){window.open("/html/12/12071_"+p+"_1/","_self");} function isPositiveNum(s){ var re = /^[0-9]*[1-9][0-9]*$/ ; return re.test(s) } }