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.
15 lines
379 B
15 lines
379 B
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>操作成功</title>
|
|
</head>
|
|
<body>
|
|
<h2>Success!</h2>
|
|
<p>用户编号:${user.uid}</p>
|
|
<p>用户名:${user.username}</p>
|
|
<p>真实姓名:${user.realName}</p>
|
|
<p>手机号:${user.phone}</p>
|
|
<p>角色:${user.role}</p>
|
|
</body>
|
|
</html> |