【代码】创建更巧妙的While循环 发表于 2020-04-12 更新于 2023-06-10 阅读次数: 前言关卡攻略 源代码123456while !isBlocked { if isOnClosedSwitch { toggleSwitch() } moveForward()}