register

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body>
        <form action="./2.html" method="GET" target="_blank">
            Name: <input type="text" name="usr_name" required="required" /><br>
            Password:<input type="text" name="key world" required="required"/><br>
           
            <input type="submit" value="提交" />
            </form>
 
</body>
</html>

猜你喜欢

转载自www.cnblogs.com/gogogoing/p/9657632.html