remove

abstract fun remove(key: String): Boolean

移除指定键对应的键值对

Return

移除成功返回true,否则返回false

Parameters

key

要移除的键