缓存操作 数据写入 wx.setStorageSync('key', 'value') 数据获取 wx.getStorageSync('key') 缓存清除 wx.clearStorageSync() 缓存移除 wx.removeStorageSync('key')