1.查看确定端口的使用情况:
netstat -ano | find "80"
netstat -ano | findstr 80
2.测试端口的连通性:
telnet IP 端口
3.查看所有端口
netstat -a