好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

javascript实现网页定时跳转代码_html/css_WEB-ITnose

setTimeout(function() {
window.location.href='你要跳转到的页面的地址';
}, 时间以秒为单位);

例如:

setTimeout(function() {
window.location.href='http://HdhCmsTestbt720p测试数据';
}, 100);

100秒后跳转到HdhCmsTestbt720p测试数据

查看更多关于javascript实现网页定时跳转代码_html/css_WEB-ITnose的详细内容...

  阅读:42次