var wait = 120;
function time(o) { if (wait == 0) { o.removeAttribute("disabled"); o.value = "免费获取验证码"; wait = 5; } else { o.setAttribute("disabled", true); o.value = "重新发送(" + wait + ")"; wait--; setTimeout(function () {time(o) },1000) } }新闻热点
疑难解答