【代码】随机矩形 发表于 2020-05-24 更新于 2023-06-04 阅读次数: 前言关卡攻略 源代码1234567while !isBlocked { moveForward() if !isBlockedRight { turnRight() }}toggleSwitch()