下载文件
/*** 根据附件信息下载附件* * @param attachment 附件对象* @param response 响应对象* @throws IOException IO流异常*/public static void download(FbAttachment attachment, HttpServletResponse response) throws IOException {if (null == attachment)</
/*** 根据附件信息下载附件* * @param attachment 附件对象* @param response 响应对象* @throws IOException IO流异常*/public static void download(FbAttachment attachment, HttpServletResponse response) throws IOException {if (null == attachment)</