在用<% %>语句中,需要通过setAttribute设置共享数据,用的内置对象的名字为:pageContext,request,session,application;如:pageContext.setAttribute("msg","value");
而如果使用EL语句取出共享数据,则使用pageScope,requestScope,sessionScope,applicationScope;
2023-10-06 14:23:52
在用<% %>语句中,需要通过setAttribute设置共享数据,用的内置对象的名字为:pageContext,request,session,application;如:pageContext.setAttribute("msg","value");
而如果使用EL语句取出共享数据,则使用pageScope,requestScope,sessionScope,applicationScope;