- <%--
- Created by IntelliJ IDEA.
- User: 33109
- Date: 2026/3/14
- Time: 16:44
- To change this template use File | Settings | File Templates.
- --%>
- <%@ page contentType="text/html;charset=UTF-8" language="java" %>
- <html>
- <head>
- <title>Title</title>
- </head>
- <body>
- 登录信息为:${success_msg}
- </body>
- </html>
|