JQuery------prevAll(),nextAll(),attr()方法的使用时间:2023-03-08 16:27:02 $(this).nextAll(".Rec").find("input").attr("checked", false); $(this).prevAll(".Rec").find("input").attr("checked", false);