Home > @ailer/pocket > getItem
getItem() function
获取 localStorage 中指定键的值
Signature:
typescript
getLocalStorageItem: <T>(key: string) => T | null
Parameters
Parameter | Type | Description |
---|---|---|
key | string | 要获取值的键 |
T | null
如果存在指定键,则返回对应的值,否则返回 null