web.xml 的作用?
JavaWeb

web.xml 的作用?

用于配置Web应用的相关信息 如:监听器(listener)、过滤器(filter)、 Se...
什么是过滤器?
JavaWeb

什么是过滤器?

定义:: 依赖于servlet容器; 在实现上基于函数回调,可以对几乎所有请求进行过滤; 缺...