• 2022-06-16
    如下代码实现读取缓存中的key=”XM”数据,并输出结果,将划线处代码补充上。wx.getStorage({ key:____________ success: function(res) {console.log(__________) //输出读取数据结果 }})