• 首页

  • 官方

  • 主题

  • 关注

  • 联系

鸿蒙应用开发——ability.ets中Json数据解析报错Property 'xxx' does not exist on type 'Object'

鸿蒙应用开发——ability.ets中Json数据解析报错Property 'xxx' does not exist on type 'Object'

话不多说,报错写法

JSON.parse(result).data

直接改成

(JSON.parse(result) as object)?.["data"]

有的时候觉得真是搞不懂

posted @ 2024-09-29 08:30  戈小戈  阅读(24)  评论(0编辑  收藏  举报