代码如下: [removed] var wait = 60; function change() { $o = $(“#J_refresh_checkcode”); if(wait == 0) { $o.removeAttr(“disabled”); $o.html(“看不清?换一张”); wait = 60; } else { $o.attr(“disabled”, true); $o.attr(“font-color”, “gray”); $o.html(wait + “秒后可重新获取”);