使用 $("#send_person :checkbox").prop("checked",true);可以实现,而不是 $("#send_person :checkbox").attr("checked",true);
转载于:https://www.cnblogs.com/passer1991/p/3264255.html
使用 $("#send_person :checkbox").prop("checked",true);可以实现,而不是 $("#send_person :checkbox").attr("checked",true);
转载于:https://www.cnblogs.com/passer1991/p/3264255.html