jQuery('#confirm').removeAttr('禁用'); 回复内容: jQuery('#confirm').removeAttr('禁用'); jQuery('#confirm').attr('已禁用',false); $(this).prop('disabled', false); 登录后复制 1、jQuery('#confirm').attr('disabled',false); 2、jQuery('#confirm')[0].disabled = false;