checkbox操作 1:设置为选中状态 $(this).prop("checked", true); 2:判断是否选中 $(this).is(":checked") 转载于:https://www.cnblogs.com/yanxianzhou/p/4096544.html