JSP EL 表达式

上一篇 / 下一篇  2012-02-17 16:11:33 / 个人分类:web design

如何使用和理解EL表达式呢?

JSP Page

<%request.setAttribute("sampleValue", new Integer(10));%>
${sampleValue}

EL 表达式中的变量是保存在 request当中的哦。




TAG:

 

评分:0

我来说两句

Open Toolbar