首页
归类
搜索
趣链
memos
关于
flask发送文件
cooolr 于 2023-03-01 发布
from
flask
import
send_file
def
test
():
return
send_file
(
filepath
)