downLoad
摘要:String root= ServletActionContext.getServletContext().getRealPath(File.separator).replace("\\", File.separator); String fileName = "download.text"; File file = new File(root + fileName); in = new Fil...
阅读全文
posted @ 2017-04-11 16:02