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