问答详情
源自:6-9 填填性别和兴趣爱好 - 单选框、复选框,让用户选择

为什么运行错误啊?

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

    <label>性别:</label>

    <label>男</label>

    <input type="radio" value="1"  name="gender-man" checked="checked" />

    <label>女</label>

    <input type="radio" value="2"  name="gender-woman" checked="checked"/>

</form>


提问者:秋叶舞风 2015-11-08 18:33

个回答

  • 李晓健
    2015-11-08 19:51:08

    不知道你的运行错误指的是什么,如果是这两个radio的值只能选中一个的话,就需要他们的name属性相同才行