霸气黑猫

文章
6
资源
0
加入时间
3年0月21天

获取上传文件夹的路径

public String deleteFile(String fn) throws IOException { String path = ServletActionContext.getServletContext().getRealPath( "/uploadFiles"); System.out.println(path + "/" + fn); File file =