代码改变世界

el表达式的特别之处

2015-11-28 17:19  小兵故事  阅读(125)  评论(0编辑  收藏  举报
<body>
<%
 request.setAttribute("aaa", null);
%>

${aaa }+1
</body>

显示的结果为+1