定时器实现页面跳转:
window.setTimeout(function(){
window.location.replace("./address.html");
}, 3000);
定时器实现页面跳转:
window.setTimeout(function(){
window.location.replace("./address.html");
}, 3000);
定时器实现页面跳转:
window.setTimeout(function(){
window.location.replace("./address.html");
}, 3000);