摘要: php header下载文件 无法查看原因 php header下载文件 下方函数可以下载单个文件 function download($file_url){ if(!isset($file_url)||trim($file_url)==''){ return '500'; } if(!file_e 阅读全文
posted @ 2019-05-18 18:26 咫尺灵犀 阅读(566) 评论(0) 推荐(0)