1、netstat -nao 查看所有的网络进程占用的端口 与 PID 2、根据netstat -ano | findstr "8080"查找对应端口 3、根据pid 杀死进程 taskkill /pid 15296 -t -f