To create an empty array in Kotlin, use arrayOf() function. arrayOf() function creates an array of specified type and given elements.
確定! 回上一頁