python(html登陆2)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<body>
    <!--/-->
    <!--<form action="" method="GET">-->
    <!--/-->
    <form action="" method="POST">
    <input type="text" name="user"/>
    <input type="text" name="email"/>
    <input type="password" name="pwd"/>
    <input type="button" value="登陆1" />
    <input type="submit" value="登陆2" />
    </form>
</body>
</html>