进入cmd; 输入netstat -aon|findstr "80"; 这个命令查看80端口被那个程序占用,会显示进程的pid tasklist|findstr "2560" 查看这个pid对应的是哪个程序,
netstat -anp