微信小程序本地缓存 2018-08-02 Javascript, 微信, 笔记 微信小程序本地缓存 存入 1wx.setStorageSync('id', 1111); //将id存入本地缓存 取出 1var id = wx.getStorageSync('id');