您的位置:首页 > Web前端 > HTML

html刷新和定时跳转页面

2015-08-04 08:31 465 查看
5秒后刷新页面:
<meta http-equiv="refresh" content="5" />

5秒后跳转到其他网页:
<meta http-equiv="refresh" content="5" url="" />//这样写不对

<meta http-equiv="refresh" <span style="background-color: rgb(255, 0, 0);">content="0.1;url=http://www.dreamershop.com"</span> >//right
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: