【代码】转身 发表于 2020-04-12 更新于 2023-05-18 阅读次数: 前言关卡攻略 源代码12345678910111213func work() { moveForward() collectGem() turnLeft() moveForward() collectGem() turnLeft() moveForward()}for i in 1 ... 4 { work() turnRight()}