删除和清除缓存的方法为wx.clearStorage(Object object),用于清理本地数据缓存。
举一反三
- API函数( )用于从本地缓存中同步清除所有数据。 A: wx.removeStorage(Object object) B: wx.removeStorageSync(string key) C: wx.clearStorage(Object object) D: wx.clearStorageSync()
- 删除文件的API为wx.removeSavedFile(Object object),用于删除本地缓存文件。
- API函数( )用于从本地缓存中同步移除指定 key对应的数据。 A: wx.getStorageInfo(Object object) B: Object wx.getStorageInfoSync() C: wx.removeStorage(Object object) D: wx.removeStorageSync(string key)
- 中国大学MOOC:"函数wx.setStorage(Object object)的参数属性( )表示本地缓存中指定的 key。";
- 数据API中获取缓存信息的方法为Object wx.getStorageInfo(),用于异步获取当前storage的相关信息。