Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
89dae275
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
89dae275
编写于
8月 08, 2022
作者:
O
openharmony_ci
提交者:
wusongqing
8月 08, 2022
浏览文件
操作
浏览文件
下载
差异文件
!7858 示例代码语言修改
Merge pull request !7858 from zengyawen/cherry-pick-1659942782
上级
0798d974
fb5fa832
变更
2
展开全部
隐藏空白更改
内联
并排
Showing
2 changed file
with
186 addition
and
110 deletion
+186
-110
en/application-dev/reference/apis/js-apis-medialibrary.md
en/application-dev/reference/apis/js-apis-medialibrary.md
+168
-92
zh-cn/application-dev/reference/apis/js-apis-contact.md
zh-cn/application-dev/reference/apis/js-apis-contact.md
+18
-18
未找到文件。
en/application-dev/reference/apis/js-apis-medialibrary.md
浏览文件 @
89dae275
此差异已折叠。
点击以展开。
zh-cn/application-dev/reference/apis/js-apis-contact.md
浏览文件 @
89dae275
...
...
@@ -1492,7 +1492,7 @@ queryKey(id: number, holder?: Holder): Promise<string>
使用JSON格式创建联系人数据:
```
js
on
```
js
let
myContact
=
{
phoneNumbers
:
[{
phoneNumber
:
"
138xxxxxxxx
"
...
...
@@ -1538,7 +1538,7 @@ myContact.phoneNumbers = [phoneNumber];
使用JSON格式创建数据:
```
js
on
```
js
let
contactAttributes
=
{
attributes
:
[
contact
.
Attribute
.
ATTR_EMAIL
,
...
...
@@ -1585,7 +1585,7 @@ contactAttributes.attributes = ["ATTR_EMAIL"];
使用JSON格式创建数据:
```
js
on
```
js
let
attributes
=
[
contact
.
Attribute
.
ATTR_EMAIL
,
contact
.
Attribute
.
ATTR_NAME
,
contact
.
Attribute
.
ATTR_PHONE
];
```
...
...
@@ -1621,7 +1621,7 @@ let attributes = [contact.Attribute.ATTR_EMAIL, contact.Attribute.ATTR_NAME, con
使用JSON格式创建数据:
```
js
on
```
js
let
email
=
{
email
:
"
xxx@email.com
"
,
displayName
:
"
displayName
"
...
...
@@ -1654,7 +1654,7 @@ email.email = "xxx@email.com";
使用JSON格式创建数据:
```
js
on
```
js
let
holder
=
{
holderId
:
0
};
...
...
@@ -1698,7 +1698,7 @@ holder.holderId = 0;
使用JSON格式创建数据:
```
js
on
```
js
let
event
=
{
eventDate
:
"
xxxxxx
"
};
...
...
@@ -1728,7 +1728,7 @@ event.eventDate = "xxxxxx";
使用JSON格式创建数据:
```
js
on
```
js
let
group
=
{
groupId
:
1
,
title
:
"
title
"
...
...
@@ -1777,7 +1777,7 @@ group.title = "title";
使用JSON格式创建数据:
```
js
on
```
js
let
imAddress
=
{
imAddress
:
"
imAddress
"
,
labelName
:
"
labelName
"
...
...
@@ -1816,7 +1816,7 @@ imAddress.imAddress = "imAddress";
使用JSON格式创建数据:
```
js
on
```
js
let
name
=
{
familyName
:
"
familyName
"
,
fullName
:
"
fullName
"
...
...
@@ -1847,7 +1847,7 @@ name.fullName = "fullName";
使用JSON格式创建数据:
```
js
on
```
js
let
nickName
=
{
nickName
:
"
nickName
"
};
...
...
@@ -1876,7 +1876,7 @@ nickName.nickName = "nickName";
使用JSON格式创建数据:
```
js
on
```
js
let
note
=
{
noteContent
:
"
noteContent
"
};
...
...
@@ -1906,7 +1906,7 @@ note.noteContent = "noteContent";
使用JSON格式创建数据:
```
js
on
```
js
let
organization
=
{
name
:
"
name
"
,
title
:
"
title
"
...
...
@@ -1969,7 +1969,7 @@ organization.title = "title";
使用JSON格式创建数据:
```
js
on
```
js
let
phoneNumber
=
{
phoneNumber
:
"
138xxxxxxxx
"
,
labelId
:
contact
.
PhoneNumber
.
NUM_HOME
...
...
@@ -1999,7 +1999,7 @@ phoneNumber.phoneNumber = "138xxxxxxxx";
使用JSON格式创建数据:
```
js
on
```
js
let
portrait
=
{
uri
:
"
uri
"
};
...
...
@@ -2050,7 +2050,7 @@ portrait.uri = "uri";
使用JSON格式创建数据:
```
js
on
```
js
let
postalAddress
=
{
city
:
"
city
"
};
...
...
@@ -2105,7 +2105,7 @@ postalAddress.city = "city";
使用JSON格式创建数据:
```
js
on
```
js
let
relation
=
{
relationName
:
"
relationName
"
,
labelId
:
contact
.
Relation
.
RELATION_ASSISTANT
...
...
@@ -2150,7 +2150,7 @@ relation.labelId = contact.Relation.RELATION_ASSISTANT;
使用JSON格式创建数据:
```
js
on
```
js
var
sipAddress
=
{
sipAddress
:
"
sipAddress
"
};
...
...
@@ -2179,7 +2179,7 @@ sipAddress.sipAddress = "sipAddress";
使用JSON格式创建数据:
```
js
on
```
js
let
website
=
{
website
:
"
website
"
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录