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

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

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 082b504d
...@@ -13,7 +13,7 @@ import parameter from '@ohos.systemParameter' ...@@ -13,7 +13,7 @@ import parameter from '@ohos.systemParameter'
## parameter.getSync ## parameter.getSync
getSync(key: string, def?: string) getSync(key: string, def?: string): string
获取系统属性Key对应的值。 获取系统属性Key对应的值。
...@@ -46,7 +46,7 @@ try { ...@@ -46,7 +46,7 @@ try {
## parameter.get ## parameter.get
get(key: string, callback: AsyncCallback&lt;string&gt;) get(key: string, callback: AsyncCallback&lt;string&gt;): void
获取系统属性Key对应的值。 获取系统属性Key对应的值。
...@@ -77,7 +77,7 @@ try { ...@@ -77,7 +77,7 @@ try {
## parameter.get ## parameter.get
get(key: string, def: string, callback: AsyncCallback&lt;string&gt;) get(key: string, def: string, callback: AsyncCallback&lt;string&gt;): void
获取系统属性Key对应的值。 获取系统属性Key对应的值。
...@@ -110,7 +110,7 @@ try { ...@@ -110,7 +110,7 @@ try {
## parameter.get ## parameter.get
get(key: string, def?: string) get(key: string, def?: string): Promise&lt;string&gt;
获取系统属性Key对应的值。 获取系统属性Key对应的值。
...@@ -147,7 +147,7 @@ try { ...@@ -147,7 +147,7 @@ try {
## parameter.setSync ## parameter.setSync
setSync(key: string, value: string) setSync(key: string, value: string): void
设置系统属性Key对应的值。 设置系统属性Key对应的值。
...@@ -173,7 +173,7 @@ try { ...@@ -173,7 +173,7 @@ try {
## parameter.set(key: string, value: string, callback: AsyncCallback&lt;void&gt;) ## parameter.set(key: string, value: string, callback: AsyncCallback&lt;void&gt;)
set(key: string, value: string, callback: AsyncCallback&lt;void&gt;) set(key: string, value: string, callback: AsyncCallback&lt;void&gt;): void
设置系统属性Key对应的值。 设置系统属性Key对应的值。
...@@ -205,7 +205,7 @@ try { ...@@ -205,7 +205,7 @@ try {
## parameter.set(key: string, def?: string) ## parameter.set(key: string, def?: string)
set(key: string, def?: string) set(key: string, def?: string): Promise&lt;string&gt;
设置系统属性Key对应的值。 设置系统属性Key对应的值。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册