国资动态
-
-
2025-02-17
-
2025-01-13
-
2025-01-10
-
2024-12-25
-
2024-11-06
-
-
-
-
");
function toPage(){
var _num = document.getElementById("num").value;
var str = "index"+"_"+(_num-1)+"."+"html";
var url = location.href.substring(0,location.href.lastIndexOf("/")+1);
if(_num<=1||_num==null)
location.href = url+"index"+"."+"html";
else if(_num>countPage)
alert("本频道最多"+countPage+"页");
else
location.href = url+str;
}