123456789101112131415161718 |
- <%--
- Created by IntelliJ IDEA.
- User: 武恒
- Date: 2023/2/3
- Time: 11:56
- To change this template use File | Settings | File Templates.
- --%>
- <%@ page contentType="text/html;charset=UTF-8" language="java" %>
- <html>
- <head>
- <title>JSP demo页面</title>
- </head>
- <body>
- <div>
- <H1>HELLO TOMCAT!!!</H1>
- </div>
- </body>
- </html>
|