返回

五人分的授课

首页

五人分的授课

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