jsp-系统登录(老规矩,会一直修改的)

版权声明:转载请指明出处 https://blog.csdn.net/weixin_42321963/article/details/82628620
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
    <title>Title</title>
    <style>
        .dd {
            width: 80%;
            margin: 10px auto;
            text-align: center;
        }
    </style>
</head>
<body>
<div class="dd">
    <h3>登录账户</h3>
    <form action="/game/Login" method="post">
        账号:<input type="text" name="uaccount"><br>
        密码:<input type="password" name="upass"><br>
        <input type="submit" value="登录">
    </form>
</div>



</body>
</html>

猜你喜欢

转载自blog.csdn.net/weixin_42321963/article/details/82628620