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

为什么不显示秒数?不能返回上一页?

<!DOCTYPE html>

<html>

 <head>

  <title>浏览器对象</title>  

  <meta http-equiv="Content-Type" content="text/html; charset=gkb"/>   

 </head>

 <body>

  <p style="font-family:20px;color:red;">操作成功</p>

  <input type="text" id="miao" >

  <input type="button" value="返回" onclick="stop()">

 

  <script type="text/javascript">  

  var i;

  var a;

 function chuan()

 {

   document.getElementById("miao").value=i;  

 }

 

 function miaoshu()

 {

     for(i=5;i>0;i--)

     {

         a=setTimeout(chuan,10000);

     }

 if(i==0) location.assign("http://www.imooc.com/u/4482869");

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

 function stop()

 {

     clearTimeout(a);

     window.history.back();

 }

miaoshu();

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

   

 </script> 

</body>

</html>


正在回答

1 回答

  window.history.back(-1);  你没有加数值没法返回上一页,不计数是因为你没有返回秒数的数值

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

长缨在手1 提问者

我返回了秒数啊document.getElementById("miao").value=i;
2017-02-14 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么不显示秒数?不能返回上一页?

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