原因是返回时 的response.setContentType("application/json; charset=UTF-8"); 
json的mime为:application/json ie一解析认为是文件,所已提示下载 

解决办法 是 返回时 content-type 设置为 text/html

相关文章:

  • 2022-12-23
  • 2021-07-27
  • 2022-01-07
  • 2021-12-16
  • 2021-07-28
  • 2021-09-16
  • 2021-11-14
猜你喜欢
  • 2021-04-12
  • 2021-07-15
  • 2022-12-23
  • 2021-11-28
  • 2021-07-11
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案