网页跳转,可以任意规定延迟显示的时间

<html> 
<head>
<title>页面跳转</title>
<meta http-equiv="refresh" content="3;url=http://hi.baidu.com/xiangso">
</head>
<body>
此页面三秒后跳转到http://hi.baidu.com/xiangso
</body>
</html>


数字 3 代表延迟显示网页时间,3代表是延迟3秒后显示所指定链接的页面
posted @ 2014-04-28 10:18  赤子情怀  阅读(640)  评论(0编辑  收藏  举报