use std::thread; fn main() { let mut threads = Vec::new(); for num in 0..10 { threads.push(thread::scoped(move || { println!(
確定! 回上一頁