返回

留学生那点事儿之欢喜麻烦(完结)

首页

留学生那点事儿之欢喜麻烦(完结)

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