当我使用 URL 使用 Internet Explorer 从我的服务器下载 Excel 文件时遇到问题。
我的 PHP 脚本上有以下代码
echo "<script>
window.location='http://localhost/complaint/export/export_complaint.xls';
</script>";
当我使用 Chrome 作为浏览器时,此脚本可以创建自动下载操作,但不能在 Internet Explorer 中运行。
我使用 Internet Explorer 9。
如果对此问题有任何建议,请告知。非常感谢 !