进入cmd
netstat -ano | findstr :yourPortNumber taskkill /PID typeyourPIDhere /F
比如我要终止端口号为8100的进程;
其中10192就是pid;然后
就ok了!