示例React JS的后端 在带有Flask框架的Python中运行的简单服务。 要求 如何使用 创建一个虚拟环境python3 -m venv venv 激活虚拟环境source venv/bin/activate 安装所有要求pip install -r requirements.txt 运行应用程序 python app.py API规定 API端点在中发布 产生资料 POST / Response: application/json type GenerateDataResponse ={ filename: string, url: string } 获取数据 GET / Response: application/json type GetDataResponse = { count: Object<CountDa