摘要:
pip3 install fastapi # ASGI 服务:uvicorn: pip3 install uvicorn from fastapi import FastAPIimport uvicornapp = FastAPI() @app.get("/{name}")def read_root 阅读全文
posted @ 2021-06-09 17:42
秦瑞It行程实录
阅读(364)
评论(0)
推荐(0)
浙公网安备 33010602011771号