1.源代码改错!性别性别写 急!源码!码编源码网关php!性别性别写
源代码改错! 急!码编学管理平台源码!性别性别写!源码
<html>
<head>
<title>表单实例</title>
</head>
<body>
<h2>会员注册</h2>
<hr>
<form action=" post " method=" zc.asp " name="zc">
用户<input name="user" type="text">
<br>
密码<input name="pw" type="password">
<br>
性别<input name="sex" type="radio" checked=true>先生
<input name="sex" type="radio" >先生
<br>
个人描述
<br>
<textarea name="ms" colspan="" rows="8"></textarea>
<br>
<input name="b1" type="button" value="注册">
<input name="b2" type="reset" value="取消">
</form>
</body>
</html>
主要是码编密码那部分。type类型应该是性别性别写password;
还有单选框默认状态时先生选中的。检验的源码方法应该是checked=true;