Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到实现 csv 自动保存时的一种奇怪行为。下面是我的代码。
header('Content-Type: text/csv'); header('Location:'.$csvPath);
它在开发服务器上工作正常,但在测试服务器上而不是 csv auto0save 上。csv 的内容正在浏览器中打开。
请提出什么问题