浮沉哖华_微安
2015-07-24 16:26
<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"
那是因为你没传参数到后台,到后台就需要name来获取值了。
初识HTML(5)+CSS(3)-升级版
1225309 学习 · 18230 问题
相似问题