html 如何设置访问页面自动重定向到新页面
在 head 元素中加入 meta 属性这里举例, 自动跳转到百度首页<html><head><!--0s 后, 重定向到百度--><meta http-equiv="refresh" content="0;url=https://www.baidu.com"></head><body></body></ht
·
在 head
元素中加入 meta
属性
这里举例, 自动跳转到百度首页
<html>
<head>
<!--0s 后, 重定向到百度-->
<meta http-equiv="refresh" content="0;url=https://www.baidu.com">
</head>
<body>
</body>
</html>
更多推荐
已为社区贡献5条内容
所有评论(0)