提交 13fb70e3 编写于 作者: lizhongyi_'s avatar lizhongyi_

update utsjsonobject.md

上级 08a03245
......@@ -131,7 +131,7 @@ person['name'] = 'Tom'
<!-- UTSJSON.UTSJSONObject.toMap.returnValue -->
```ts
person.toMap().forEach((key: string, value: any) => {
person.toMap().forEach((value, key) => {
console.log(key)
console.log(value)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册