【RUST】從stdin讀取使用者輸入時出現意外值 ... use std::io; fn main() { let mut correct_name = String::new(); io::stdin().read_line(&mut ...
確定! 回上一頁