怎么在window下关闭端口! 1:查看特定端口被占用情况 命令: netstat -ano 和 netstat -ano|findstr 端口号 netstat -ano:查看电脑所有端口被占用的情况: netstat -ano|findstr 端口号:查看特定端口被占用情况: 2:关闭占用端口的程序 命令 :taskkill /pid PID(进程号) /f 来源:https://www.cnblogs.com/qingmuchuanqi48/p/11541465.html 标签 netstat 查看端口占用