dwr实现文件的下载--已经解决中文文件名乱码问题?function downloadPdfFile() { // var pdftext dwr.uti
dwr实现文件的下载--已经解决中文文件名乱码问题
?function downloadPdfFile() { // var pdftext = dwr.util.getValue('pdftext');DownLoadFile.downloadPdfFile("ddd", function(data) { dwr.engine.openInDownload(data); });}? 