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.

29 lines
486 B

<%--
Created by IntelliJ IDEA.
User: 杨森
Date: 2025/4/2
Time: 15:30
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>MessagemoduleController</title>
</head>
<body>
Success!
<br>
留言人id:${printInfo.mmid}
<br>
<br>
留言人姓名:${printInfo.mmname}
<br>
<br>
留言日期:${printInfo.mmdate}
<br>
<br>
留言内容:${printInfo.mmcontent}
<br>
</body>
</html>