html <meta>设置自动刷新或者几秒内跳转到指定页面

指定时间自动刷新:

<meta http-equiv="refresh" content="2"/>

指定时间跳转到指定页面:

<meta http-equiv="refresh" content="5;URL=http://www.baidu.com"/>
原文地址:https://www.cnblogs.com/aigeileshei/p/5430311.html