🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# wx.getStorageSync ### Object|string wx.getStorageSync(string key) wx.getStorage 的同步版本 #### 参数 ##### string key 本地缓存中指定的 key #### 返回值 ##### Object|string data key对应的内容 > 原文: <https://developers.weixin.qq.com/minigame/dev/api/storage/wx.getStorageSync.html>