如题~ 如果你再次想做复选框标签中checked属性的判断attr("checked")==true将是无效的,只能用attr("checked")=="checked"。 讽刺的是attr("checked")==false是好用的...