1. 后端(端口 5000) cd backend pip install -r requirements.txt python app.py 2. 前端(端口 3000) cd frontend python -m http.server 3000