未验证 提交 a86226bc 编写于 作者: O openharmony_ci 提交者: Gitee

!1833 #I4VGNO 已完成,请审批

Merge pull request !1833 from Annie_wang/PR1690
...@@ -330,8 +330,17 @@ This syntax indicates that the **attribute** value is a reference to **node** ...@@ -330,8 +330,17 @@ This syntax indicates that the **attribute** value is a reference to **node**
node1 { node1 {
attributes; attributes;
} }
node2 {
attr_1 = &root.node1;
}
```
Or
```
node2 { node2 {
node1 {
attributes;
}
attr_1 = &node1; attr_1 = &node1;
} }
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册