removestorage专题

微信小程序 本地缓存wx.setStorage缓存设置和wx.removeStorage缓存删除

Page({/*** 页面的初始数据*/data: {storageData: []},/*** 生命周期函数--监听页面加载*/onLoad: function(options) {var that = this;console.log("getStorageSync " + Array.isArray(wx.getStorageSync('testKey')));if (!Array.isA