1.查看某个特定的端口号状态 netstat -ano | findstr “端口号” 查看的信息分别是:协议、本地地址、外部地址、状态、PID 2.根据PID查看进程 tasklist | findstr "PID"