带有Cors的SocketIO客户端/服务器示例 这取自 客户端运行(在端口8000上运行) cd client python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python app.py 服务器运行(在端口5000上运行) cd server python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python app.py