即使您可以在jsp中尝试此操作。
ServletContext context = pageContext.getServletContext();com = context.getInitParameter("com");并可以使用jstl。
${initParam['theStringIWant']}
即使您可以在jsp中尝试此操作。
ServletContext context = pageContext.getServletContext();com = context.getInitParameter("com");并可以使用jstl。
${initParam['theStringIWant']}