CodeIgniter
CodeIgniter copied to clipboard
helper函数“download”在IE下下载中文文件乱码
解决方法很简单,在forcedownload函数中,当判断客户端为IE时,将文件名使用rawulrencode()函数重新编码一下就可以了。。