// 将`optional` 设为`Option<i32>` 类型 let mut optional = Some(0); // 重复运行这个测试。 loop { match optional { // 如果`optional` 解构成功,就执行下面语句块。
確定! 回上一頁