JS实现延时3秒刷新
复制收展JavaScriptsetTimeout(function (){ window.location.reload();}, 3000);
setTimeout(function (){ window.location.reload();}, 3000);