main2.jsp 260 B

12345678910
  1. <%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>
  2. <html>
  3. <head>
  4. <title>首页</title>
  5. </head>
  6. <body>
  7. <a href="${pageContext.request.contextPath}/user/main">我的主页</a>
  8. <h1>浏览主页内容</h1>
  9. </body>
  10. </html>