标签: arrays kotlin. 我目前正在使用 Array(0, {i -> ""}) ,我想知道是否有更好的实施,例如 Array(). 另外,如果我使用 arrayOfNulls<String>(0) as Array<String> ...
確定! 回上一頁