Flask向前端返回文件流
返回文件流
通过调用函数make_response和send_from_directory
| 1 |  | 
其中,path为文件所在的文件夹路径,file_name为文件的名称(包括了后缀)
Flask向前端返回文件流
      https://evernorif.github.io/2022/02/12/Flask向前端返回文件流/
    通过调用函数make_response和send_from_directory
| 1 |  | 
其中,path为文件所在的文件夹路径,file_name为文件的名称(包括了后缀)