1. 需要fastapi的服务端提供静态文件: 1 app.mount("/static", StaticFiles(directory=os.path.join(myapp.env().get_data_path(), 'static')), ...
確定! 回上一頁