netstat -ano:列出所有端口的情况 netstat -aon|findstr "111" :查看被占用端口对应的PID tasklist|findstr "328": 查看2720哪个进程或者程序 taskkill /f /t /im host.exe : 结束进程