如何在HTML页面用EL表达式接受JSP页面session中传过来的值?假如有session属性:session.setAttribute("currentUser","admin")那么在用el表达式输出时这样写:${sessionScope.currentUser}他2023-02-28html-css150