bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in
原因,80端口被占用
netstat -aon | findstr :80
在任务栏查看pid,右键——>结束运行
bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket in
原因,80端口被占用
netstat -aon | findstr :80
在任务栏查看pid,右键——>结束运行