e.is(':checked')若选中返回true;否则返回false;或者
$("#chk1").prop("checked") == false $("#chk2").prop("checked") == true
若选中返回true;否则返回false;