FastAPI 是一個Python 的後端框架,具有自動生成API 文件頁面的特色,幫助開發者可以快速開發並測試API。 ... uvicorn.run(app, host="0.0.0.0", port=8080) ...
確定! 回上一頁