摘要:
from flask import Flask, send_file import os app = Flask(__name__) @app.route('/image/<path:filename>') def send_image(filename): # 假设图片存储在static文件夹下 阅读全文
posted @ 2025-01-05 21:13
张博的博客
阅读(32)
评论(0)
推荐(0)
contact me:wechat 15122306087