<body>
<% session.setAttribute("message","刘利新"); %>
<a href="showIt.jsp">goYiGe</a>
</body
<body>
${message}
</body>
如果仅仅是用表达式语言EL,那么是不需要添加JSTL jar包的!
<body>
<% session.setAttribute("message","刘利新"); %>
<a href="showIt.jsp">goYiGe</a>
</body
<body>
${message}
</body>