我这个脑回路啊 把woman改成man还一直纳闷怎么是错的,我确实按着说明来的呀 哈哈哈
<form action="save.php" method="post" >
<label>性别:</label>
<label>男</label>
<input type="radio" value="1" name="gender" />
<label>女</label>
<input type="radio" value="2" name="gender" />
</form>
要求里是都改成gender
j将radio 换成 checkbox