StackOverflow 文件 Kotlin 教程 集合 使用列表 使用列表 Created: November-22, 2018 // Create a new read-only List<String> val list = listOf("Item 1", "Item 2", "Item 3") println(list) // prints "[Item 1, Item 2, Item 3]" 使用地圖集合