最佳答案
如果复选框被选中,那么我只需要得到值为1;否则,我需要得到它为0。我如何使用jQuery做到这一点?
$("#ans").val()
总是会给我一个正确的在这种情况下:
<input type="checkbox" id="ans" value="1" />