摘要:
1.让多个Jsp、servlet共享数据; Html代码 <!-- 将i的值自动+1后放入application的变量中 --> <%! int i = 0; %> <% application.setAttribute("counter",String.valueOf(++i)); %> <!-- 阅读全文
摘要:
像: ServletContext, ActionContext, ServletActionContext, ApplicationContext, PageContext, SessionContext ... 那么, Context 究竟是什么东西呢? 直译是上下文、环境的意思。比如像: "今 阅读全文