setLocalStorageItem

abstract fun setLocalStorageItem(key: String, value: String)

在 LocalStorage 中设置键值对。

Parameters

key

键。

value

值。