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

分类:

技术点:

相关文章: