打开文件读取数据内容c.Header("content-disposition", `attachment; filename=` + fileName) c.Data(200, ContentType, Data)即可返回一个文件下载的响应