The first one creates an array of null object references, and you write val size = ... val arr:Array<ElementType?> = arrayOfNulls(size) to use it (replace ...
確定! 回上一頁