Servlet常用接口、作用域及停止方法

servlet 1、作用域——请求域(HttpServletRequest request) 作用范围:只在一次请求中有效; 四个方法: void setAttribute(String name,Object ob) Object getAttribute(String name) void removeAttribute(String name) Enumeration getAttribut
相关文章
相关标签/搜索