端口占用查找 (1) netstat -ano 列出所有端口情况 找到对应端口的PID (2) tasklist | findstr "PID" 找到PID对应的信息 (3) taskkill /pid PID -t -f 杀死PID对应的进程