0514-86177077
9:00-17:00(工作日)
%@ page import="org.springframework.web.context.support.WebApplicationContextUtils"%> %@ page import="org.springframework.context.ApplicationContext"%> ServletContext sc = this.getServletConfig().getServletContext(); ApplicationContext ac2 = WebApplicationContextUtils.getWebApplicationContext(sc);
要获取的对象 serv = (要获取的对象) ac2.getBean("spring配置文件中的id");
标签:贵州 丹东 红河 青岛 江西 宿州 西藏 云浮
上一篇:JSP中的倒数计时和自动跳转页面
下一篇:struts2+jquery实现ajax登陆实例详解