例:window.setTimeout(function(){ location.href = loginUrl; },3000); 實現3秒後跳轉到登陸頁面。code
window.setTimeout(function(){ location.href = loginUrl; },3000);