摘要: 1.安装uvicorn和FastAPI pip3 install uvicorn pip3 install FastAPI 2.python代码实现 import uvicorn from fastapi import FastAPI app = FastAPI() @app.post("/Show 阅读全文
posted @ 2025-01-10 10:46 qiutian-hao 阅读(33) 评论(0) 推荐(0)