Kotlin 建立陣列大致有如下兩種方式:. 1.使用arrayOf(), arrayOfNulls(),emptyArray()工具函式。 2.使用Array(size: Int, init:(Int) ...
確定! 回上一頁