let colors = ["Red", "Blue", "Yellow"] colors[1] = "Green" let emptyArray = [String]() //declaring an empty array. In Kotlin prefix arrayOf ...
確定! 回上一頁