from fastapi import FastAPI from fastapi.responses import FileResponse file_path = "sample-file.mp4" app = FastAPI() @app.get("/", ...
確定! 回上一頁