怎样用js来判断表单中所有的复选框是否选择,且复选框没有name和id都没有赋值,
比如<input type=checkbox>aaa</input>
<input type=checkbox>bbb</input>
<input type=checkbox>ccc</input>