/**
* 提供中文文件下载
*
* @param
* @arrange 网: www.512Pic.com
**/
header('Content-Type: audio/mpeg');
header('Content-Disposition: attachment; filename="中文.mp3"');
echo file_get_contents('http://zhangmenshiting.baidu.com/data2/music/11261581/35433064800.mp3?xcode=b10c6c9b7d45597ee5e97799d53c3ca4');
/*** 来自编程之家 jb51.cc(jb51.cc) ***/
原文链接:https://www.f2er.com/php/528648.html