Kotlin provides two ways to create arrays - arrayOf() and array() constructor. Example of arrayOf(). fun main(args : Array<String>) ...
確定! 回上一頁