安装依赖 pip install -r requirements.txt 启动后端服务 cd backend python app.py 启动前端服务 cd frontend python -m http.server 8080 然后访问http://localhost:8080