php需要修改一个http响应头(http协议)
header("Content-type: application/octet-stream"):服务器给浏览器的内容是二进制流式文件,
header("Content-Disposition: attachment; filename=filename"):告诉浏览器当前数据不需要解析,是附件,本地保存的时候建议使用的文件名字是filename