windows下查看进程并杀死 查看进程找到PID杀死进程-替换pid 查看进程 netstat -aon | findstr 端口号 找到PID 杀死进程-替换pid taskkill /f /t /im pid ···