Home > @ailer/pocket > removeItem
removeItem() function
移除 localStorage 中指定键的值
Signature:
typescript
removeLocalStorageItem: (key: string) => void
Parameters
Parameter | Type | Description |
---|---|---|
key | string | 要移除值的键 |
void