字符向量转化为字符串. let arr: Vec<char> = vec!['h', 'e', 'l', 'l', 'o']; let s:String = arr.iter().collect(); ...
確定! 回上一頁