提交 e515aaef 编写于 作者: 杜庆泉's avatar 杜庆泉

Update utsjsonobject.md

上级 5bfe1e45
......@@ -71,6 +71,8 @@ UTSJSONObject.keys(obj).size
<!-- UTSJSON.UTSJSONObject.assign.compatibility -->
>> 注意: 与js中的`Object.assign`不同, 这里每次返回的都是一个新的对象
```ts
const target = { a: 1, b: 2 };
const source = { b: 4, c: 5 };
......@@ -88,6 +90,8 @@ const returnedTarget = UTSJSONObject.assign(target, source);
<!-- UTSJSON.UTSJSONObject.assign_1.compatibility -->
>> 注意: 与js中的`Object.assign`不同, 这里每次返回的都是一个新的对象
```ts
type User = {
a:number
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册