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
478 B
29 lines
478 B
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: lenovo
|
|
Date: 2025/4/2
|
|
Time: 17:22
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>CarouselController</title>
|
|
</head>
|
|
<body>
|
|
Success!
|
|
<br>
|
|
轮播id:${printInfo.clid}
|
|
<br>
|
|
<br>
|
|
:轮播图片${printInfo.clpicture}
|
|
<br>
|
|
<br>
|
|
轮播日期:${printInfo.cldate}
|
|
<br>
|
|
<br>
|
|
轮播内容:${printInfo.clcontent}
|
|
<br>
|
|
</body>
|
|
</html>
|