netstat -ano #列出所有端口的情况netstat -aon|findstr [端口号] #查看被占用端口对应的PIDtasklist|findstr [PID] #查看是哪个进程或者程序占用了2720端口