meta標(biāo)簽
<meta http-equiv="refresh" content="0.1; url=http://baidu.cn/">
這個網(wǎng)頁會在0.1s之后跳轉(zhuǎn)url指向的地址
JavaScript跳轉(zhuǎn)
location.href
window.open
后端使用重定向的狀態(tài)碼+Location響應(yīng)頭來響應(yīng)瀏覽器的請求
瀏覽器會自動跳轉(zhuǎn)
<meta http-equiv="refresh" content="0.1; url=http://baidu.cn/">
這個網(wǎng)頁會在0.1s之后跳轉(zhuǎn)url指向的地址
瀏覽器會自動跳轉(zhuǎn)