1.List創建及屬性void listCreate() { // 固定長度的列表,一旦定義就無法改變長度List fixedLengthList = List(5); fixedLengthList[0] =
確定! 回上一頁