from fastapi import FastAPI, Form, File, UploadFile app ... from typing import List app = FastAPI() @app.post("/files/") async def ...
確定! 回上一頁