通用集合vector、字符串、 哈希map vector(可以理解爲list) 初始化let v: Vec = Vec::new(); 使用初始值來創建vec! 宏:let v = vec![1, 2, 3]; 使.
確定! 回上一頁