q用了10版本的,一直发现attr无效,其实解决问题的方法是很简单的,主要的问题是由于 新版本attr换成了prop的问题。 $("input[name='delIds']").prop("checked",this.checked);