unw*_*guy 0 php desktop download
我是php的新手,我正在试图弄清楚如何将我的文件导出到另一个目录.到目前为止我有..
header("Content-Type: application/json");
header("Content-Disposition attachment; filename=\"test.text\"");
Run Code Online (Sandbox Code Playgroud)
我导出我的文件,但他们都去了下载,我怎样才能进入我/桌面?
提前致谢.