1234567891011121314151617181920 |
- <%--
- Created by IntelliJ IDEA.
- User: 武恒
- Date: 2023/2/6
- Time: 11:00
- 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>
- <%@ include file="header.jsp"%>
- <h1>我是花费充值页面</h1>
- <%@ include file="footer.jsp"%>
- </body>
- </html>
|