val strings: List<String> = listOf("A", "B") val numbers: List<Int> = listOf(1, 2). 自行定義一個泛型 class Box<T>(t : T) { var value = t } ...
確定! 回上一頁