設置選中:$("#hasApply").prop("checked",true);
設置不選中:$("#hasApply").prop("checked",false);
獲取選中的狀態:var status = $("#hasApply").prop("checked");