查看端口为80的进程 netstat -aon|findstr “80” 查看对应的应用 tasklist|findstr “21136” 关闭占用该端口的应用 taskkill /pid 21136 /f