举一反三
- API函数( )用于同步获取当前storage的相关信息。
- 对以下代码片段作用的最准确描述是( )wx.getStorageInfo({ success (res) { console.log(res.keys) console.log(res.currentSize) console.log(res.limitSize) }}) A: 异步获取当前storage的相关信息 B: 同步获取当前storage的相关信息。 C: 异步获取当前storage中指定key的文件信息。 D: 同步获取当前storage中指定key的文件信息。
- 异步获取当前的storage的相关信息,使用【】。
- 中国大学MOOC:"API函数( )用于同步获取当前storage的相关信息。";
- 对以下代码片段作用的最准确描述是( )try { const res = wx.getStorageInfoSync() console.log(res.keys) console.log(res.currentSize) console.log(res.limitSize)} catch (e) { // Do something when catch error} A: 异步获取当前storage的相关信息。 B: 同步获取当前storage的相关信息。 C: 异步获取当前storage中指定key的文件信息。 D: 同步获取当前storage中指定key的文件信息。
内容
- 0
API函数()用于同步获取当前storage的相关信息。 A: wx.removeStorageSync(stringkey) B: wx.getStorageInfo(Objectobject) C: Objectwx.getStorageInfoSync() D: wx.removeStorage(Objectobject)
- 1
数据API中获取缓存信息的方法为Object wx.getStorageInfo(),用于异步获取当前storage的相关信息。
- 2
API函数( )用于同步获取当前storage的相关信息。 A: wx.removeStorage(Object object) B: wx.removeStorageSync(string key) C: wx.getStorageInfo(Object object) D: Object wx.getStorageInfoSync()
- 3
下列关于小程序数据缓存API说法错误的是() A: 异步方式需要执行try...catch捕获异常来获取错误信息 B: wx.setStorage()异步保存数据缓存 C: wx.getStorageInfoSync()同步获取当前storage的相关信息 D: wx.getStorage()从本地缓存中获取当前指定的key信息
- 4
API函数( )用于异步获取当前storage的相关信息。 A: wx.getStorageInfo(Object object) B: Object wx.getStorageInfoSync() C: wx.removeStorage(Object object) D: wx.removeStorageSync(string key)