wx.removeStorageSync(string key) wx.removeStorage 的同步版本。 从本地缓存中移除指定 key。 参数Object object 属性 类型 默认值 必填 说明 key string 无 是 本地缓存中指定的 key 示例代码wx.removeStorageSync("key1")