本地存储分为异步和同步 设置: 异步:wx.setStorage 同步:wx.setStorageSync 获取: 异步:wx.getStorage 同步:wx.getStorageSync 移除: 异步:wx.removeStorage 同步:wx.removeStorageSync 清除所有: 异步:wx.clearStorage 同步:wx.clearStorageSync
wx.setStorage
wx.setStorageSync
wx.getStorage
wx.getStorageSync
wx.removeStorage
wx.removeStorageSync
wx.clearStorage
wx.clearStorageSync
因篇幅问题不能全部显示,请点此查看更多更全内容