遍历键值对

for ((k, v) in map) {
    println("$k -> $v")
}

k、v参数可以被命名为任意值。

results matching ""

    No results matching ""