所属分类: 网页特效-实用工具 2023-10-15 09:21:44
var captcha = sliderCaptcha({ id: 'captcha', repeatIcon: 'fa fa-redo', onSuccess: function () { var handler = setTimeout(function () { window.clearTimeout(handler); captcha.reset(); }, 500); } });