contains

abstract fun contains(key: String): Boolean

判断是否包含指定的键

Return

包含该键返回true,否则返回false

Parameters

key

要判断的键