let handle = thread::spawn(|| {. println!("Here's a vector: {:?}", v);. }); handle.join().unwrap();. } 报错原因:Rust 不知道这个新建线程会 ...
確定! 回上一頁