forEach

abstract fun forEach(action: (String, String) -> Unit)

遍历所有键值对并执行指定操作

Parameters

action

对每个键值对执行的操作,参数为键和值