[Taro] taro 缓存
taro 缓存
Taro.clearStorageSync() 清除全部缓存
Taro.setStorage(key,value)设置缓存
Taro.getStorage(key)获取缓存
Taro.removeStorage(key)清除指定缓存
官方文档:
https://www.bookstack.cn/read/Taro-zh/native-api.md#Taro.clearStorage()
taro 缓存
Taro.clearStorageSync() 清除全部缓存
Taro.setStorage(key,value)设置缓存
Taro.getStorage(key)获取缓存
Taro.removeStorage(key)清除指定缓存
官方文档:
https://www.bookstack.cn/read/Taro-zh/native-api.md#Taro.clearStorage()