windows下查询端口占用 在测试smtp服务的时候,突然程序启动25和110被占,查看步骤如下:1. netstat -ano|findstr 25 得知PID为83682. tasklist /FI "PID eq 8368"