fastcode-test-v2 - v1.0.7
Preparing search index...
setJsonSessionStorage
Function setJsonSessionStorage
setJsonSessionStorage
<
T
extends
null
|
string
|
number
|
boolean
|
any
[]
|
Record
<
string
,
any
>
,
>
(
key
:
string
,
jsonValue
:
T
,
)
:
void
设置sessionStorage (引用类型)
Type Parameters
T
extends
null
|
string
|
number
|
boolean
|
any
[]
|
Record
<
string
,
any
>
Parameters
key
:
string
存储键名
jsonValue
:
T
存储值 (将被JSON序列化)
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fastcode-test-v2 - v1.0.7
Loading...
设置sessionStorage (引用类型)