$("#id").attr("checked",true); //显示出现问题,第一次成功 $("#id").prop("checked",true); 转载于:https://www.cnblogs.com/difme/p/5385818.html