我这样写完了,提交以后是可以做单选,不能通过验证是哪里出错了?
<form action="save.php" method="post" >
<label>性别:</label>
<label>男</label>
<input type="radio" value="1" name="性别" />
<label>女</label>
<input type="radio" value="1" name="性别" />
</form>
<form action="save.php" method="post" >
<label>性别:</label>
<label>男</label>
<input type="radio" value="1" name="性别" />
<label>女</label>
<input type="radio" value="1" name="性别" />
</form>
2019-12-04
举报