获取webRoot路径的方法
Posted 闭眼的鱼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取webRoot路径的方法相关的知识,希望对你有一定的参考价值。
String webRootPath=request.getSession().getServletContext().getRealPath("/");
webRootPath
String uploadPath="download\dadan\";
//uploadPath附加传入的路径,组成一个上传的完整路径
uploadPath=webRootPath+uploadPath;
以上是关于获取webRoot路径的方法的主要内容,如果未能解决你的问题,请参考以下文章