swoole9501进程被占用,找到进程号,杀死该进程,重新启动swoole即可。 查看我的 swoole 监听端口号 9501 netstat -anp | grep 9501 关闭进程 kill -9 31859 (31859是我图示中的进程号)