1.查询端口的使用情况 netstat -ano | findstr 端口号 2.查看端口列表 tasklist | findstr 进程号 3.杀死进程 taskkill -PID 进程号 -F 相关文章: