1 //根目录路径,可以指定绝对路径,比如 /var/www/upload/ 2 String rootPath = pageContext.getServletContext().getRealPath("/") + "upload/";
时间: 2024-10-06 00:40:21
1 //根目录路径,可以指定绝对路径,比如 /var/www/upload/ 2 String rootPath = pageContext.getServletContext().getRealPath("/") + "upload/";