摘要: var wait=60;$('#AutoCode').text(wait+'s');timer = setInterval(function(){ if(wait==0){ $('#AutoCode').text('获取验证码'); clearInterval(timer) }else{ wait--; $('#AutoC... 阅读全文
posted @ 2017-09-21 20:25 zou1234 阅读(4438) 评论(0) 推荐(0)
摘要: var wait=60;$('#AutoCode').text(wait+'s');timer = setInterval(function(){ if(wait==0){ $('#AutoCode').text('获取验证码'); clearInterval(timer) }else{ wait--; $('#AutoC... 阅读全文
posted @ 2017-09-21 20:19 zou1234 阅读(1266) 评论(0) 推荐(0)