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

!2688 内源演习问题代码修改: database-distributedobject-guidelines.md

Merge pull request !2688 from Cap_W/master
......@@ -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.
先完成此消息的编辑!
想要评论请 注册