在CMSimple cms.php文件中有一个名为"download“的函数,其代码如下:
cms.php
header('Content-Type: application/save-as');
我知道header函数允许设置当前请求的头部,但我从未听说过application/save-as内容类型。
header
application/save-as
谢谢
https://stackoverflow.com/questions/41474126
相似问题