<from>
用户名:<input type="text" name"user"/><br/>
密码: <input type="password""/><br/>
性别: <input type="radio" name="sex"/>男<input type="radio" name="sex"/>女<br/>
技术: <input type="checkbox"/>html<input type="checkbox"/>PLC<input type="checkbox"/>java</br>
上传文件:<input type="file"/><br/>
按钮: <input type="button" value="按钮"/>
<input type="submit" /><input type="reset" />
</from>
// 为什么 我的点重置 不可以重置呢?????奇怪了 没有哪里错啊 |
|