開(kāi)通VIP,暢享免費電子書(shū)等14項超值服
首頁(yè)
好書(shū)
留言交流
下載APP
聯(lián)系客服
2012.02.22
AbstractApplicationContext cxt = new ClassPathXmlApplicationContext("*.xml");
ApplicationContext cxt=new ClassPathXmlApplicationContext(new String[]{"*.xml"});PerService perService = (PerService)cxt .getBean("perService");
微信登錄中...請勿關(guān)閉此頁(yè)面