提交 8bf9dbd3 编写于 作者: D DCloud_LXH

chore: uts utsjsonobject.md

上级 e52e1664
...@@ -40,20 +40,6 @@ if(parseRet instanceof UTSJSONObject){ ...@@ -40,20 +40,6 @@ if(parseRet instanceof UTSJSONObject){
## 静态方法 ## 静态方法
### parse()
<!-- UTSJSON.UTSJSONObject.parse.description -->
<!-- UTSJSON.UTSJSONObject.parse.param -->
<!-- UTSJSON.UTSJSONObject.parse.returnValue -->
<!-- UTSJSON.UTSJSONObject.parse.test -->
<!-- UTSJSON.UTSJSONObject.parse.compatibility -->
<!-- UTSJSON.UTSJSONObject.parse.tutorial -->
### keys(object: UTSJSONObject): Array\<String> ### keys(object: UTSJSONObject): Array\<String>
<!-- UTSJSON.UTSJSONObject.keys.description --> <!-- UTSJSON.UTSJSONObject.keys.description -->
...@@ -119,6 +105,20 @@ const returnedTarget = UTSJSONObject.assign<User>(target, source); ...@@ -119,6 +105,20 @@ const returnedTarget = UTSJSONObject.assign<User>(target, source);
## 实例方法 ## 实例方法
### parse()
<!-- UTSJSON.UTSJSONObject.parse.description -->
<!-- UTSJSON.UTSJSONObject.parse.param -->
<!-- UTSJSON.UTSJSONObject.parse.returnValue -->
<!-- UTSJSON.UTSJSONObject.parse.test -->
<!-- UTSJSON.UTSJSONObject.parse.compatibility -->
<!-- UTSJSON.UTSJSONObject.parse.tutorial -->
### get(key: string): any | null ### get(key: string): any | null
返回指定键对应的值,如果对象中不存在此键则返回 null。 返回指定键对应的值,如果对象中不存在此键则返回 null。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册