摘要: //声明 t = 1 var t = 10; function openwin() { t -= 1; if(t==0){ location.href='index2.html'; } setTimeout("openwin()", 300); } openwin(); 阅读全文
posted @ 2019-03-13 14:04 Jamy 阅读(2893) 评论(0) 推荐(0) 编辑