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