文件下载
WebUtil.download(HttpServletRequest request, HttpServletResponse response, File file, String title)
WebUtil.download(HttpServletRequest request, HttpServletResponse response, String content, String title)
WebUtil.download(HttpServletRequest request, HttpServletResponse response, InputStream is, String title)
//先设置下载文件标题
WebUtil.download(HttpServletRequest request, HttpServletResponse response, String title)
WebUtil.download(HttpServletRequest request, HttpServletResponse response, String content, String title)
WebUtil.download(HttpServletRequest request, HttpServletResponse response, InputStream is, String title)
//先设置下载文件标题
WebUtil.download(HttpServletRequest request, HttpServletResponse response, String title)