Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
文本等
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
4 文件操作 支持图片 视频 mp3 文本等
#文件操作:send_file,支持图片 视频 mp3 文本等
@app.route("/img")
def img():
return send_file("1.jpg")
05-11 20:06