📜  杀死 Windows 中端口上运行的进程 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:49:53.085000             🧑  作者: Mango
代码示例3
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F