setOnClickListener { // Initialize a new list // Immutable list, read only var list = listOf(1,2,3,4,5) // Initialize a list which hold ...
確定! 回上一頁