無法切換其他預(yù)覽 image.png 原因 端口被占用 解決方案,終端輸入以下指令,重啟編譯器 lsof -i:9777 | awk '{print $2}' | tail -n +2 | xargs kill -9 image.png