1.在head 里添加下面代码
<meta http-equiv="refresh" content="3;URL=http://www.baidu.com">
<meta http-equiv="refresh" content="3;URL=/swt/swt.html">
2.settimeout 3s后打开
window.setTimeout(window.location.href='http://www.baidu.com',1000);
window.setTimeout(window.location.href='/swt',1000);