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
444 B

<%--
Created by IntelliJ IDEA.
User: bd
Date: 2025/4/7
Time: 13:10
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>
hello!
<br>
用户信息:${printInfo.unq}
<br>
<br>
用户名:${printInfo.unw}
<br>
<br>
物流信息:${printInfo.une}
<br>
<br>
售后信息:${printInfo.unr}
<br>
</body>
</html>