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.

25 lines
552 B

<%--
Created by IntelliJ IDEA.
User: 31402
Date: 2025/4/6
Time: 18:59
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!<br>
留言管理页面:<br>
用户编号:${message.userid}<br>
用户名称:${message.username}<br>
留言日期:${message.messpdate}<br>
花卉名称:${message.name}<br>
花卉单价:${message.price}<br>
留言描述:${message.messcontent}<br>
</body>
</html>