Values can be assigned in the same fashion by accessing the element's index: intArray[0] = 1 intArray[1] = 2 Kotlin provides the set function, which is used ...
確定! 回上一頁