setSessionStorageItem

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

在 SessionStorage 中设置键值对。

Parameters

key

键。

value

值。