- <%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>
- <html>
- <head>
- <title>首页</title>
- </head>
- <body>
- <form action="${pageContext.request.contextPath}/user/login" method="post">
- 用户:<input type="text" name="username"><br>
- 密码 :<input type="text" name="password"><br>
- <input type="submit" value="提交">
- </form>
- </body>
- </html>
|