windows 端口占用,强杀进程

查看占用的端口netstat -ano | findstr "80"

打开任务管理器查看PID为 18212的程序,关闭即可。如下图