如下获取从键盘输入的字符串代码 let mut str = String::new(); std::io::stdin().read_line(&mut str).expect("error");当循环读取输入时:let mut ...
確定! 回上一頁