为了账号安全,请及时绑定邮箱和手机立即绑定

这个为什么第二个能实现单选,第一个不行呢?


<form method="post" action="save.php">

<label>1.你喜欢的运动是:</label><br/>

<label for="run">跑步</label>

<input type="radio" name "1" value="a" id="run"/>

&nbsp;&nbsp;&nbsp;&nbsp;

<label for="jump">跳远</label>

<input type="radio" name="1" value="b" id="jump"/><br/>

<label>2.你喜欢的音乐类型是:</label><br/>

<label for="liuxing">流行</label>

<input type="radio" name="2" value="d" id="liuxing"/>

&nbsp;&nbsp;&nbsp;&nbsp;

<label for="shanggan">伤感</label>

<input type="radio" name="2" value="c" id="shanggan"/><br/>

<input type="submit" value="提交" name="submitBtn"/>

<input type="reset" value="重置" name="resetBtn"/>

</form>


正在回答

2 回答

<form method="post" action="save.php">
    <label>1.你喜欢的运动是:</label><br/>
    <label for="run">跑步</label>
    <input type="radio" name= "1" value="a" id="run"/>
&nbsp;&nbsp;&nbsp;&nbsp;
    <label for="jump">跳远</label>
    <input type="radio" name="1" value="b" id="jump"/><br/>
    <label>2.你喜欢的音乐类型是:</label><br/>
    <label for="liuxing">流行</label>
    <input type="radio" name="2" value="d" id="liuxing"/>
&nbsp;&nbsp;&nbsp;&nbsp;
    <label for="shanggan">伤感</label>
    <input type="radio" name="2" value="c" id="shanggan"/><br/>
    <input type="submit" value="提交" name="submitBtn"/>
    <input type="reset" value="重置" name="resetBtn"/>
</form>


第四行的name没有打"="看到没

0 回复 有任何疑惑可以回复我~
#1

qq_王宇_0 提问者

非常感谢!
2016-10-16 回复 有任何疑惑可以回复我~

<label for="run">跑步</label>

<input type="radio" name "1" value="a" id="run"/>

这里少了一个(=)号

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个为什么第二个能实现单选,第一个不行呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信