You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
523 B
32 lines
523 B
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: 86178
|
|
Date: 2025/3/31
|
|
Time: 22:31
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>UserController</title>
|
|
</head>
|
|
<body>
|
|
Success!
|
|
<br>
|
|
用户id:${printInfo.uid}
|
|
<br>
|
|
<br>
|
|
用户名称:${printInfo.uname}
|
|
<br>
|
|
<br>
|
|
用户电话:${printInfo.unumber}
|
|
<br>
|
|
<br>
|
|
用户地址:${printInfo.uaddress}
|
|
<br>
|
|
<br>
|
|
用户首次登录时间:${printInfo.udate}
|
|
<br>
|
|
</body>
|
|
</html>
|