@echo off echo 启动代码漏洞检测系统后端服务... cd backend python -m pip install -r requirements.txt python main.py pause