在頁面跳轉(zhuǎn)的時候
一般使用都是js
window.location.href
當然也可以使用
復制代碼 代碼如下:
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://www.baidu.com">
<title></title>
</head>
<body>
</body>
</html>
content的值就是 跳轉(zhuǎn)的延時