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

<!doctype html>

<html>

<head>

    <meta charset="UTF-8">

<title>Document</title>

<script type="text/javascript">

window.onload=function(){

   var send=document.getElementById('send'),

       times=10,

       timer=null;

   send.onclick=function(){

     

          timer=setInterval(

             changeText 

              ,1000);

              

    function changeText(){

        

       if(times<=0){

            clearInterval(timer);

            timer=null;

            times=10;

            send.value="SB继续验证";

            send.disabled=false;

            return;

        }

        else{

            times--;

            send.value=times+"秒后重试";

            send.disabled=true;

        }

      }

        

}

</script>

</head>

<body>

<input type="button" id="send" value="发送验证码">

</body>

</html>


正在回答

4 回答

课程下面有个相机的图标,你试试

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

为啥大家都是代码快照,而我的是复制的呢???

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

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信