//声明 t = 1
var t = 10;
function openwin() {
t -= 1;
if(t==0){
location.href='index2.html';
}
setTimeout("openwin()", 300);
}
openwin();
文章标签 html 文章分类 JavaScript 前端开发
//声明 t = 1
var t = 10;
function openwin() {
t -= 1;
if(t==0){
location.href='index2.html';
}
setTimeout("openwin()", 300);
}
openwin();
js 5秒自动跳转页面
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M