講string 前可以先理解rust 中slice, array, vector 的定義 array 為固定長度的序列 [T; N] T 是類型N 是長度. let s = [1; 5]; println!("{:?} ...
確定! 回上一頁