为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

1 回答

</head>

 <body>

  <!--先编写好网页布局-->

  <p><b id="second"></b>秒后转到主页&nbsp;&nbsp;<a href=http://www.imooc.com>返回</a>

 

  <script type="text/javascript">  

  var i=5

  

  setInterval(function timer(){ 

      

      document.getElementById("second").innerHTML=i;

      

      i--;

      if(i==1) {

          location.href="http://www.imooc.com";

      }

  }

 ,1000)

   //获取显示秒数的元素,通过定时器来更改秒数。


   //通过window的location和history对象来控制网页的跳转。

   

 </script> 

</body>

</html>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

自动跳转

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信