vtils

Home > utils > LocalStoragePlus > remove

LocalStoragePlus.remove() method

删除本地存储。

Signature:

static remove(key: string): void;

Parameters

Parameter Type Description
key string

Returns:

void