cmd 输入命令 netstat -ano | findstr 8080 LISTENING 7916 这个就是进程里面占用的exe程序, 可以手动直接结束, 也可以用命令行直接结束 taskkill -pid 3168 -f 相关文章: