根据端口号查找进程
netstat -ano | findstr "端口号"
杀死进程
taskkill /pid "pid(最后一个数值)" /f
netstat -ano | findstr "端口号"
taskkill /pid "pid(最后一个数值)" /f
相关文章: