而在Kotlin中卻是用一個專門的型別來表示陣列的:Array public class Array<T> { public inline constructor(size: Int, init: (Int) -> T) public ...
確定! 回上一頁