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

<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秒后显示所指定链接的页面
原文地址:https://www.cnblogs.com/cqz1990/p/3695788.html