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