比如被占端口是8080
1.在命令行输入netstat -ano | findstr '8080' 先找到被占端口
2.在命令行输入taskkill -pid 29708 -f 即可 (29708:重复值)