Ctrl+C可以中止
如上楼所示可以使用Ctrl+C中止本次命令执行如果需要按页翻看可以使用
netstat -an | more如果需要查找特定的连接可以使用过滤netstat -an | findstr "3389"