多选中name的作用
<form>
<label>你对什么运动感兴趣:</label><br/>
<label for="joyi">慢跑</label>
<input type="checkbox" id="joyi"/><br/>
<label for="ajoyi">登山</label>
<input type="checkbox" id="ajoyi"/><br/>
<label for="ljoyi">篮球</label>
<input type="checkbox" id="ljoyi"/>
</form>
这里面我将name删了依然不影响
name="three"