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

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

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 cedfb2e2
...@@ -205,7 +205,7 @@ try { ...@@ -205,7 +205,7 @@ try {
## parameter.set ## parameter.set
set(key: string, value: string): Promise&lt;string&gt; set(key: string, value: string): Promise&lt;void&gt;
设置系统属性Key对应的值。 设置系统属性Key对应的值。
...@@ -222,7 +222,7 @@ set(key: string, value: string): Promise&lt;string&gt; ...@@ -222,7 +222,7 @@ set(key: string, value: string): Promise&lt;string&gt;
| 类型 | 说明 | | 类型 | 说明 |
| -------- | -------- | | -------- | -------- |
| Promise&lt;string&gt; | Promise示例,用于异步获取结果。 | | Promise&lt;void&gt; | Promise示例,用于异步获取结果。 |
**示例:** **示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册