摘要:
Java文件下载的几种方式public HttpServletResponse download(String path, HttpServletResponse response) { try { // path是指欲下载的文件的路径。 File file = new File(path); // 取得文件名。 String filename = file.getName(); // 取得文件的... 阅读全文
posted @ 2010-12-02 09:57
东风起花满地
阅读(17843)
评论(0)
推荐(1)
浙公网安备 33010602011771号