返回

我只是他的面子

首页

我只是他的面子

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