【代码】席卷四处 发表于 2020-04-12 更新于 2026-03-17 阅读次数: 116197418715540892前言关卡攻略 源代码123456789101112131415161718192021func work() { moveForward() collectGem() moveForward() collectGem() turnLeft() turnLeft() moveForward() turnRight() moveForward() collectGem() turnLeft() turnLeft() moveForward() moveForward() collectGem()}for i in 1 ... 4 { work() moveForward()} 完成