Home > @ailer/pocket > setItem
setItem() function
设置 localStorage 中指定键的值
Signature:
typescript
setLocalStorageItem: <T>(key: string, value: T) => void
Parameters
Parameter | Type | Description |
---|---|---|
key | string | 要设置值的键 |
value | T | 要设置的值 |
void