1)Swift 中定義數組通常有兩種格式. Array<Element> [Element]. 代碼示例如下 var arr1 : Array<String> var arr2 : [String]. 2)用字面量構造數組
確定! 回上一頁