提交 db626efe 编写于 作者: 雪洛's avatar 雪洛

docs: 更新UTSJSONObject文档

上级 7c630d7d
......@@ -276,6 +276,19 @@ UTSJSONObject 对象的实例目前主要通过两种方式来创建:
## 常见问题
#### 目标语言为js时UTSJSONObject实例方法可以被覆盖
> 如非必要请勿利用此特性
如下代码会将getString覆盖为1
```typescript
const a = {
getString: 1
}
console.log(a.getString) // 1
```
#### UTSJSONObject 与 type 相互转换
可以使用下面的代码,进行 `UTSJSONObject``type` 转换
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册