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

servlet 1、作用域——請求域(HttpServletRequest request) 作用範圍:只在一次請求中有效; 四個方法: void setAttribute(String name,Object ob) Object getAttribute(String name) void removeAttribute(String name) Enumeration getAttribut
相關文章
相關標籤/搜索