当前位置: 代码迷 >> HTML/CSS >> html 基准中的 文件名重定义
  详细解决方案

html 基准中的 文件名重定义

热度:86   发布时间:2012-10-07 17:28:51.0
html 标准中的 文件名重定义

设置一下应答Header就行了

?

response.setHeader( "Content-Disposition ",   "attachment;     filename= "myNewName " ,   "UTF-8"));
?
  相关解决方案