admin.jsp 369 B

1234567891011121314151617181920212223242526
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: 武恒
  4. Date: 2023/2/9
  5. Time: 14:25
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@ page contentType="text/html;charset=UTF-8" language="java" %>
  9. <html>
  10. <head>
  11. <title>Title</title>
  12. </head>
  13. <body>
  14. <h1> Admin.JSP </h1>
  15. <%
  16. System.out.println( "run 2" );
  17. %>
  18. </body>
  19. </html>