Swift 屬於強型別(strongly typed)語言,代表運算式中各個變數或常數的資料 ... var list : [Any] = [] list.append("hello") //字串 list.append(10) ...
確定! 回上一頁