Windows 80端口被占用
win+R 输入cmd
输入命令
netstat -ano
查找端口对应的pid
输入
netsh http show servicestate
并找出PID值
在任务管理器中关闭对应的PID进程
启动成功
评论