@ohos.data.storage js上的使用请教

XY道衍
发布于 2022-1-20 16:15
浏览
0收藏

采用api6 的@ohos.data.storage进行js开发中的数据存取但一直失败;

在app.js的onCreate()里

var context = featureAbility.getContext()

context.getFilesDir().then(v => {

let storage = dataStorage.getStorageSync(v + ‘/smart_build’)

this.$app.$def.storage = storage })

在具体的 功能js页面取

let storage=this.$app.$def.storage;

console.info(“获取 storage1 :” + storage)

但 app Log: 获取 storage1 :undefined;

如果@ohos.data.storage js上的使用请教-鸿蒙开发者社区

这样是能保存,但

@ohos.data.storage js上的使用请教-鸿蒙开发者社区

取值又取不出来, 且不会每次用都先要获取getFilesDir吧,(也用了同步保存,失败);

有没有大佬指点一下, 怎么正确使用storage和封装storage,求教了!

收藏
回复
举报
回复
    相关推荐