put

abstract fun put(key: String, value: String): Boolean

存入键值对

Return

存入成功返回true,否则返回false

Parameters

key

要存入的键

value

要存入的值