<meta http-equiv="refresh" content="5; URL=http://www.yourdomain.com/yoursite.html">
如果必须在脚本中使用setTimeout,例如:
setTimeout(function(){ window.location.reload(1);}, 5000);
<meta http-equiv="refresh" content="5; URL=http://www.yourdomain.com/yoursite.html">
如果必须在脚本中使用setTimeout,例如:
setTimeout(function(){ window.location.reload(1);}, 5000);