flask发送文件

cooolr 于 2023-03-01 发布
from flask import send_file

def test():
    return send_file(filepath)