我曾经一直想不明白一个问题:为什么下面代码中 while true 无法通过编译? fn main() { let mut a; while true { a = 1; break ; } println!
確定! 回上一頁