$("input[type='checkbox']").attr('value')返回结果:501
$("input[type='checkbox']").is(':checked')返回结果:选中=true,未选中=false
$("input[type='checkbox']").attr('value')返回结果:501
$("input[type='checkbox']").is(':checked')返回结果:选中=true,未选中=false
转载于:https://www.cnblogs.com/deve/archive/2011/11/21/2569229.html