未验证 提交 1ae2216b 编写于 作者: Z zengyawen 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-system-parameter.md.

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 e7b7203a
...@@ -171,7 +171,7 @@ try { ...@@ -171,7 +171,7 @@ try {
``` ```
## parameter.set(key: string, value: string, callback: AsyncCallback&lt;void&gt;) ## parameter.set
set(key: string, value: string, callback: AsyncCallback&lt;void&gt;): void set(key: string, value: string, callback: AsyncCallback&lt;void&gt;): void
...@@ -183,8 +183,8 @@ set(key: string, value: string, callback: AsyncCallback&lt;void&gt;): void ...@@ -183,8 +183,8 @@ set(key: string, value: string, callback: AsyncCallback&lt;void&gt;): void
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| key | string | 是 | 待查询的系统属性Key。 | | key | string | 是 | 待设置的系统属性Key。 |
| def | string | 是 | 默认值。 | | value | string | 是 | 待设置的系统属性值。 |
| callback | AsyncCallback&lt;void&gt; | 是 | 回调函数。 | | callback | AsyncCallback&lt;void&gt; | 是 | 回调函数。 |
**示例:** **示例:**
...@@ -203,9 +203,9 @@ try { ...@@ -203,9 +203,9 @@ try {
``` ```
## parameter.set(key: string, def?: string) ## parameter.set
set(key: string, def?: string): Promise&lt;string&gt; set(key: string, value: string): Promise&lt;string&gt;
设置系统属性Key对应的值。 设置系统属性Key对应的值。
...@@ -215,8 +215,8 @@ set(key: string, def?: string): Promise&lt;string&gt; ...@@ -215,8 +215,8 @@ set(key: string, def?: string): Promise&lt;string&gt;
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| key | string | 是 | 待查询的系统属性Key。 | | key | string | 是 | 待待设置的系统属性Key。 |
| def | string | 否 | 默认值。 | | value| string | 否 | 待设置的系统属性值。 |
**返回值:** **返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册