摘要: public HttpServletResponse download(String path, HttpServletResponse response) { try { // path是指欲下载的文件的路径。 File file = new File(path); // 取得文件名。 Strin 阅读全文
posted @ 2016-02-23 15:50 renxiaoren 阅读(500) 评论(0) 推荐(0)