无法切换其他预览 image.png 原因 端口被占用 解决方案,终端输入以下指令,重启编译器 lsof -i:9777 | awk '{print $2}' | tail -n +2 | xargs kill -9 image.png