wx.removeStorageSync(string key)

wx.removeStorage 的同步版本。

从本地缓存中移除指定 key。

参数

Object object

属性 类型 默认值 必填 说明
key string 本地缓存中指定的 key

示例代码

wx.removeStorageSync("key1")