PID --> 端口号netstat -ano | findstr 8244 端口号 --> PIDnetstat -aon|findstr "11211" PID --> 进程名tasklist|findstr "8244" 相关文章: