From 8bf9dbd394778bcaed96a5c0286ae01f0c7eca1a Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Tue, 10 Sep 2024 10:21:40 +0800 Subject: [PATCH] chore: uts utsjsonobject.md --- docs/uts/buildin-object-api/utsjsonobject.md | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/uts/buildin-object-api/utsjsonobject.md b/docs/uts/buildin-object-api/utsjsonobject.md index 6fdc137c..27977555 100644 --- a/docs/uts/buildin-object-api/utsjsonobject.md +++ b/docs/uts/buildin-object-api/utsjsonobject.md @@ -40,20 +40,6 @@ if(parseRet instanceof UTSJSONObject){ ## 静态方法 -### parse() - - - - - - - - - - - - - ### keys(object: UTSJSONObject): Array\ @@ -119,6 +105,20 @@ const returnedTarget = UTSJSONObject.assign(target, source); ## 实例方法 +### parse() + + + + + + + + + + + + + ### get(key: string): any | null 返回指定键对应的值,如果对象中不存在此键则返回 null。 -- GitLab