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

指定时间自动刷新:

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

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

<meta http-equiv="refresh" content="5;URL=http://www.baidu.com"/>

 

posted @ 2016-04-25 11:31  guodaxia  阅读(2621)  评论(0)    收藏  举报