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