4.list (array) var list1 = new List();var list2 = [1,2,3,"Dart",true]; //元素可以是不同型別list[0] = "Hello";var list3 = const [1,2,3]; //不可變 ...
確定! 回上一頁