标签:style blog http color ar sp div log 代码
/** 浏览器地址栏输入?方式传递参数 ?test=123 */ 可以用${param.test}方式输出
/** JSP页面中输入 <% request.setAttribute("test2", "1234");%> 传递参数 */ 可以在页面代码中输入以下方式输出: ${requestScope.test2} <%=request.getAttribute("test2") %>
参考:关于EL表达式中requestScope和param区别
标签:style blog http color ar sp div log 代码
原文地址:http://www.cnblogs.com/otio/p/4085853.html