Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
a2a34938
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
144
Star
2
Fork
33
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
11
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
11
合并请求
11
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
a2a34938
编写于
9月 14, 2024
作者:
lizhongyi_
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update docs: utsjsonobject.md
上级
3a618b31
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
7 addition
and
7 deletion
+7
-7
docs/uts/buildin-object-api/utsjsonobject.md
docs/uts/buildin-object-api/utsjsonobject.md
+7
-7
未找到文件。
docs/uts/buildin-object-api/utsjsonobject.md
浏览文件 @
a2a34938
...
...
@@ -109,7 +109,7 @@ UTSJSONObject 对象的实例目前主要通过两种方式来创建:
<!-- UTSJSON.UTSJSONObject.getAny.compatibility -->
### getAny(key
: string, def: any
): any
### getAny(key
, def
): any
<!-- UTSJSON.UTSJSONObject.getAny_1.description -->
...
...
@@ -129,7 +129,7 @@ UTSJSONObject 对象的实例目前主要通过两种方式来创建:
<!-- UTSJSON.UTSJSONObject.getBoolean.compatibility -->
### getBoolean(key
: string, def: boolean
): boolean
### getBoolean(key
, def
): boolean
<!-- UTSJSON.UTSJSONObject.getBoolean_1.description -->
...
...
@@ -149,7 +149,7 @@ UTSJSONObject 对象的实例目前主要通过两种方式来创建:
<!-- UTSJSON.UTSJSONObject.getNumber.compatibility -->
### getNumber(key
: string, def: number
): number
### getNumber(key
, def
): number
<!-- UTSJSON.UTSJSONObject.getNumber_1.description -->
...
...
@@ -172,7 +172,7 @@ UTSJSONObject 对象的实例目前主要通过两种方式来创建:
<!-- UTSJSON.UTSJSONObject.getString.compatibility -->
### getString(key
: string, def: string
): string
### getString(key
, def
): string
<!-- UTSJSON.UTSJSONObject.getString_1.description -->
...
...
@@ -196,7 +196,7 @@ UTSJSONObject 对象的实例目前主要通过两种方式来创建:
<!-- UTSJSON.UTSJSONObject.getJSON.compatibility -->
### getJSON(key
: string, def: UTSJSONObject
): UTSJSONObject
### getJSON(key
, def
): UTSJSONObject
<!-- UTSJSON.UTSJSONObject.getJSON_1.description -->
...
...
@@ -220,7 +220,7 @@ UTSJSONObject 对象的实例目前主要通过两种方式来创建:
<!-- UTSJSON.UTSJSONObject.getArray.compatibility -->
### getArray(key
: string
, def: Array\<T>): Array\<T>
### getArray(key, def: Array\<T>): Array\<T>
<!-- UTSJSON.UTSJSONObject.getArray_1.description -->
...
...
@@ -245,7 +245,7 @@ UTSJSONObject 对象的实例目前主要通过两种方式来创建:
<!-- UTSJSON.UTSJSONObject.getArray_2.compatibility -->
### getArray(key
: string
, def: Array\<any>): Array\<any>
### getArray(key, def: Array\<any>): Array\<any>
<!-- UTSJSON.UTSJSONObject.getArray_3.description -->
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录