🌈 搜索
📅  最后修改于: 2022-03-11 14:53:32.753000             🧑  作者: Mango
val list = listOf("A", "B", "C") for (element in list) { println(element) }