查看端口占用情况: netstat -ano | findstr 5000 根据进程号杀死进程: taskkill /pid XXXXX /f (XXXXX的地方用进程号替换) 查找应用: where python
netstat -ano | findstr 5000
taskkill /pid XXXXX /f (XXXXX的地方用进程号替换)
where python