fail:entry size limit reached.
但是我使用
wx.getStorageInfo({
success: function (res) {
console.log(res.keys)
console.log(res.currentSize)
console.log(res.limitSize)
}
})
查看了当前缓存大小,发现限制是10249kb,已缓存的内容大小是1830kb。所以我想问一下,除了对整体缓存有限制外,对于setStorageSync和getStorageSync单独的一个key的内容大小也有限制吗?
请问这个问题解决了吗