在 head
元素中加入 meta
属性
这里举例, 自动跳转到百度首页
<html>
<head>
<!--0s 后, 重定向到百度-->
<meta http-equiv="refresh" content="0;url=https://www.baidu.com">
</head>
<body>
</body>
</html>
在 head
元素中加入 meta
属性
这里举例, 自动跳转到百度首页
<html>
<head>
<!--0s 后, 重定向到百度-->
<meta http-equiv="refresh" content="0;url=https://www.baidu.com">
</head>
<body>
</body>
</html>