response.setContentType("application/octet-stream");
response.setHeader("Content-Disposition", "attachment; filename=down.xls");


设置后,点击下载的文件名无效,是方法的名字

解决:

将以上的代码放到流的前面即可。

相关文章:

  • 2022-12-23
  • 2021-12-25
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案