primefaces p:dataExporter filename 支持中文 utf8

p:fileDownload and p:dataExporter :

for p:fileDownload, the Content-Disposition header should be set like this:

externalContext.setResponseHeader("Content-Disposition", contentDispositionValue + ";filename=\"" + content.getName() + "\";filename*=UTF8''" + URLEncoder.encode(content.getName(), "UTF-8"));

p:dataExporter

filename=URLEncoder.encode("中文文件名", "UTF-8");

上一篇:docker windows 7 mysql安装使用教程


下一篇:css 文字换行控制