项目结构:pycharm结构:拷贝到xftp时的结构入口文件:main.pyfrom fastapi import FastAPIapp = FastAPI()@app.get("/index", name="欢迎首页")async ...
確定! 回上一頁