(1)var obj=setTimeout("location.href='http://www.baidu.com';",5000);(2)var obj1=setTimeout(function () { location.href="http://www.baidu.com";},5000);
posted on 2017-10-04 12:25 阅读( ...) 评论( ...)
本文共 251 字,大约阅读时间需要 1 分钟。
(1)var obj=setTimeout("location.href='http://www.baidu.com';",5000);(2)var obj1=setTimeout(function () { location.href="http://www.baidu.com";},5000);
转载于:https://www.cnblogs.com/wfaceboss/p/7625485.html