打开CMD命令行终端工具
netstat -ano |findstr “端口号” 查看占用此端口的pid
taskkill /pid 进程id -f 杀死进程
也可以使用tasklist|findstr “进程id” 查看占
2022-09-15