windows根据端口查进程PID 根据端口查进程根据pid查看杀进程 根据端口查进程 netstat -nao|findstr 8080 根据pid查看 tasklist | findstr 9520 杀进程 taskkill /f /t /pid 9520