SOURCE

console 命令行工具 X clear

                    
>
console
<html>
    <body>
        <h1>彭烁</h1>
        <form action="http://www.szgch.net/wp-json/myapi/my-get" method="get">
            <div><label>用户名: </label><input type="text" name="username"></div>
            <div><label>密 码: </label><input type="password" name="password"></div>
            <div><label>性 别: </label><input type="radio" name="option1" value="male"><label></label>
                                       <input type="radio" name="option2" value="female"><label></label></div>
            <div><lable>年龄: </lable><input type="number" name="age"></div>
            <div><label>出生日期: </label><input type="date" name="birthdate"></div>        
            <div><lable>学历: </lable><input type="checkbox" name="ben"><label>本科</label>
                                       <input type="checkbox" name="shuo"><label>硕士</label>
                                       <input type="checkbox" name="bo"><label>博士</label</div>
            <div><input type="hidden" name="userid"></div>
            <div><lable>入学年份: </lable><input type="month" name="enrollment"></div>
            <div><lable>毕业年份: </lable><input type="month" name="graduation"></div>
            <div><lable>自我介绍: </lable><input type="search" name="search"></div>
            <div><lable>办公软件熟练程度:</lable><input type="range" name="office"></div>
            <div><lable>附件</lable><input type="file" name="file" /></div>
            <div> <input type="reset" name="reset"> 
                  <input type="submit" name="submit"></div>
                 
        </form>
    </body>
</html>