let mut input = String::from(input);. 3. let mut output = String::from("");. 4. 5. loop {. 6. match input.pop() {. 7. Some(char) ...
確定! 回上一頁