缓存2024-01-16 15:59:28缓存 -小程序 wx.setStorageSync("key","value") //没有类型转换 wx.getStorageSync("key") 判断数据是否过期 {time:Date.now(),data} web: localStorage.setItem("key","value")//默认调用toString()转换存入 localStorage.getItem("key") 上一篇:Python图形化界面设计wxPython(wxFormBuilder)下一篇:③ 小程序的代码组成