{ static FOO: RefCell<Data> = RefCell::new(Data{id:0}); } fn main() { let mut threads = vec![]; for i in 0 .. 10 {//生成10個子執行緒,每個子 ...
確定! 回上一頁