标签:ali str 范围 Servle web 对象 应用 结束 生命周期
ServletContext:
创建:服务器启动
销毁:服务器关闭
域的作用范围:整个web应用
Request:
创建:访问时创建request
销毁:响应结束request销毁
域的作用范围:一次请求中
建议:一般还是用request比较好,servletContext可能会造成不必要的混乱
servletContext和request对象的生命周期比较
标签:ali str 范围 Servle web 对象 应用 结束 生命周期
原文地址:https://www.cnblogs.com/ihaokun/p/9743629.html