首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

在器皿中获得容器路径的方法

2012-09-13 
在容器中获得容器路径的方法//能容主流容器中获得容器运行地址方法this.getClass().getClassLoader().getR

在容器中获得容器路径的方法

//能容主流容器中获得容器运行地址方法this.getClass().getClassLoader().getResource("/").getPath()   .substring(1).replace("WEB-INF\\\\classes\\\", "").replace("WEB-INF/classes/", "");

热点排行