代码如下:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <form action="java-api.super-yx.com/register"method="post"enctype="multipart/form-date"></form>用户注册 | |
<label for="username">用户名</label> | <input type="text" name="username"id="username"maxlength="20"/> |
<label for="edit">密码</label> | <input type="password" name="password"id="password"maxlength="20"/> |
<label for="gender">性别</label> | <input type="radio" name="gender"value="男"checked/>男 <input type="radio" name="gender"value="女"/>女 |
<label for="hobby">爱好</label> | <input type="checked" name="hobby"value="写作"/>写作 <input type="checked" name="hobby"value="听音乐"/>听音乐 <input type="checked" name="hobby"value="体育"/>体育 |
省份 | <select name="province" > <option value="guangxi"selected>广西</option> <option value="shanxi">山西</option> </select> |
自我介绍 | <textarea name="intro" rows="5" cols="25" placeholder="cy是大帅哥"></textarea> |
<input type="submit" value="提交"/> <input type="reset" value="重置"/> |
结果
本文转载自: https://blog.csdn.net/Bbbjjsnd/article/details/143135448
版权归原作者 顾菁寒 所有, 如有侵权,请联系我们删除。
版权归原作者 顾菁寒 所有, 如有侵权,请联系我们删除。