摘要: 1.小文件上传 1.单文件上传 import uvicorn from fastapi import FastAPI from fastapi import File app = FastAPI() @app.post("/file") async def file_upload(file: byt 阅读全文
posted @ 2022-06-24 13:28 fatpuffer 阅读(5448) 评论(0) 推荐(0) 编辑