实测 attr 和ischecked均无效,只有prop才能正确获得属性
attr
ischecked
prop
console.log($('#'+$(e).attr('id')).prop("checked"));