摘要: public HttpServletResponse download(String path, HttpServletResponse response) { try { // path是指欲下载的文件的路径。 File file = new File(path); // 取得文件名。 Strin 阅读全文
posted @ 2016-05-09 20:47 guodaxia 阅读(495) 评论(1) 推荐(1)