查询端口被占用 在CMD命令下输入:确定谁占用了我们的80端口:netstat -aon|findstr "80" 80:端口号进程号为哪个程序:tasklist|findstr "2448" 2448:进程号