在阅读Kotlin官方文档的时候,记录看懂的内容。 ... val numbers: MutableList<Int> = mutableListOf(1, 2, 3) val readOnlyView: List<Int> = numbers ...
確定! 回上一頁