提交 435d9f9c 编写于 作者: W wuyongning

update database-distributedobject-guidelines.md

Signed-off-by: Nwuyongning <wuyongning@huawei.com>
上级 4d71bd5b
......@@ -82,7 +82,7 @@
```js
//发起方
var local_object = distributedObject.createDistributedObject({name:"jack", age:18, isVis:true,
parent:{mother:"jack mom",father:"jack Dad"},[{mother:"jack mom"}, {father:"jack Dad"}]};
parent:{mother:"jack mom",father:"jack Dad"},list:[{mother:"jack mom"}, {father:"jack Dad"}]});
local_object.setSessionId(sessionId);
//被拉起方
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册