123456789101112131415161718 |
- <%@ page import="java.util.List" %><%--
- Created by IntelliJ IDEA.
- User: x'b'w
- Date: 2021/5/21
- Time: 13:55
- 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>
- <%
- %>
- </body>
- </html>
|