#文件操作:send_file,支持图片 视频 mp3 文本等
@app.route("/img")
def img():
return send_file("1.jpg")
05-11 20:06