一.开始---->运行---->cmd,或者是window+R组合键,调出命令窗口 二.查询占用端口的进程号: netstat -aon|findstr 端口号 三.杀死占用端口的进程: taskkill /f /pid 进程号 相关文章: 2022-01-07 2021-04-10