提交 87277c82 编写于 作者: D DCloud_LXH

fix: [] -> `[]`

上级 fdd72714
......@@ -1104,7 +1104,7 @@ console.log(listData["count"]); //42
console.log(listArr[0]["title"]); //第一组
```
多层级下标访问时需要使用 as 转换为 UTSJSONObject 或 UTSJSONObject[]
多层级下标访问时需要使用 as 转换为 UTSJSONObject 或 `UTSJSONObject[]`
```ts
var j = {
"subobj":{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册