而将while true 换为loop 则可以通过编译: fn main() { let mut a; loop { a = 1; break ; } println!("{}", a); }. 我清楚它们之间的区别, while ...
確定! 回上一頁