API函数( )用于同步获取当前storage的相关信息。
举一反三
- 中国大学MOOC:"API函数( )用于同步获取当前storage的相关信息。";
- API函数()用于同步获取当前storage的相关信息。 A: wx.removeStorageSync(stringkey) B: wx.getStorageInfo(Objectobject) C: Objectwx.getStorageInfoSync() D: wx.removeStorage(Objectobject)
- API函数( )用于同步获取当前storage的相关信息。 A: wx.removeStorage(Object object) B: wx.removeStorageSync(string key) C: wx.getStorageInfo(Object object) D: Object wx.getStorageInfoSync()
- 数据API中获取缓存信息的方法为Object wx.getStorageInfo(),用于异步获取当前storage的相关信息。
- 同步获取当前的storage的相关信息,使用【】。