为什么运行错误啊?
<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>