There are two methods available through the ServletConfig interface for working with init parameters.
通过 ServletConfig 接口提供了两个处理 init 参数的方法。
ServletConfig: A mechanism used by the container to pass configuration information to the servlet on initialization.
ServletConfig:容器用于在初始化时将配置信息传递给 Servlet 的机制。
应用推荐