请问有没有关于倒计时然后跳转另一个页面的课程
你在定时器中的函数中 写上 window.location.href=""
setTimeout(function(){
window.location.href="https://www.imooc.com/qadetail/172826";
},1000)