• 2022-06-08
    中国大学MOOC: 对以下代码片段作用的最准确描述是( ) try { const res = wx.getStorageInfoSync() console.log(res.keys) console.log(res.currentSize) console.log(res.limitSize)} catch (e) { // Do something when catch error}