API函数()用于同步获取当前storage的相关信息。
A: wx.removeStorageSync(stringkey)
B: wx.getStorageInfo(Objectobject)
C: Objectwx.getStorageInfoSync()
D: wx.removeStorage(Objectobject)
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函数( )用于异步获取当前storage的相关信息。 A: wx.getStorageInfo(Object object) B: Object wx.getStorageInfoSync() C: wx.removeStorage(Object object) D: wx.removeStorageSync(string key)
- API函数()用于将数据同步存储在本地缓存指定的key中。 A: wx.setStorage(Objectobject) B: wx.setStorageSync(stringkey,anydata) C: wx.getStorage(Objectobject) D: anywx.getStorageSync(stringkey)
- API函数( )用于同步获取当前storage的相关信息。
- wx是小程序API全局对象,用于承载小程序能力相关API。wx的属性有哪些? 这题要写代码 console.log(wx),在console窗口查看wx对象的所有属性,并展开内容