$('#department input[name=mycheck]').prop('checked', true) #可连续修改 $('#department input[name=mycheck]').attr('checked', true) #不可连续修改