只要加入以下的代码就可以实现。
第一种方法:使用Meta用法: <Meta http-equiv=Refresh Content=30>
<Meta http-equiv=Refresh Content=5; Url=http://sc.VeVb.com>
其中第一条语句是停留30秒自动刷新,第二条是停留5秒转向sc.VeVb.com。分别使用可实现自动刷新或自动转向功能。
第二种:js实现 setTimeout(function(){window.location.href = 'http://sc.VeVb.com';},2000) 第三种带倒计时的js代码复制代码