国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JSP > 正文

JSP點擊鏈接后下載文、件功能

2019-11-02 15:12:37
字體:
來源:轉載
供稿:網友

   /** *//**

  * 實現文件另存功能

  *

  * @param text

  * 文件內容

  * @param fileName

  * 文件名稱

  * @return

  */

  protected String renderFile(String text, String fileName)

  throws IOException

  {

  response.addHeader("Content-Disposition", "attachment; filename="

  + fileName);

  response.setContentType("application/octet-stream");

  response.setCharacterEncoding("GB2312");

  response.getWriter().write(text);

  response.flushBuffer();

  response.getWriter().close();

  return null;

  }

  下載的action:

  /** *//**

  * 提供下載的方法

  * @return

  */

  public String down()

  {

  String dir = getFullPath() + "/upload/file/";

  try

  {

  if (!FileUtils.exists(dir))

  {

  new File(dir).mkdirs();

  }

  Random r = new Random(System.currentTimeMillis());

  Integer randomInt = r.nextInt();

  this.renderFile("test content:" + randomInt,randomInt + ".txt");

  }

  catch (IOException e)

  {

  e.printStackTrace();

  this.renderText(e.getMessage())

經典影片[www.aikan.tv/xzhtml/2/]
;

  }

  return null;

  }

  頁面鏈接調用:

  下載

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 绵阳市| 常州市| 闽清县| 兴仁县| 永宁县| 民和| 金坛市| 高阳县| 车险| 明光市| 东光县| 丰镇市| 仪征市| 汶川县| 名山县| 多伦县| 竹北市| 楚雄市| 隆回县| 金寨县| 庆阳市| 博罗县| 林口县| 吕梁市| 齐河县| 阜城县| 拜泉县| 六枝特区| 唐山市| 民县| 阳新县| 云龙县| 普定县| 汉源县| 信阳市| 中牟县| 河池市| 安徽省| 玛多县| 进贤县| 苍南县|