页面中有多个radio组:
<input type='radio' name='a' value='1'/>
<input type='radio' name='a' value='0'/><input type='radio' name='b' value='1'/>
<input type='radio' name='b' value='0'/><input type='radio' name='c' value='1'/>
<input type='radio' name='c' value='0'/>默认都是没有选中的,怎么用jquery验证在提交前用alert提示“必须都选择”