提交 e66dda64 编写于 作者: S shawn_he

update doc

Signed-off-by: Nshawn_he <shawn.he@huawei.com>
上级 d8605ecc
...@@ -307,7 +307,7 @@ Obtains the string corresponding to the specified resource ID. This API uses a p ...@@ -307,7 +307,7 @@ Obtains the string corresponding to the specified resource ID. This API uses a p
**Return value** **Return value**
| Type | Description | | Type | Description |
| --------------------- | ----------- | | --------------------- | ----------- |
| Promise&lt;string&gt; | String corresponding to the specified resource ID.| | Promise&lt;string&gt; | Promise used to return the result.|
**Example** **Example**
``` ```
...@@ -486,7 +486,7 @@ Obtains the string array corresponding to the specified resource object. This AP ...@@ -486,7 +486,7 @@ Obtains the string array corresponding to the specified resource object. This AP
**Return value** **Return value**
| Type | Description | | Type | Description |
| --------------------- | ----------- | | --------------------- | ----------- |
| Promise&lt;Array&lt;string&gt;&gt; | String array corresponding to the resource object.| | Promise&lt;Array&lt;string&gt;&gt; | Promise used to return the result.|
**Example** **Example**
``` ```
...@@ -605,7 +605,7 @@ Obtains the content of the media file corresponding to the specified resource ob ...@@ -605,7 +605,7 @@ Obtains the content of the media file corresponding to the specified resource ob
**Return value** **Return value**
| Type | Description | | Type | Description |
| --------------------- | ----------- | | --------------------- | ----------- |
| Promise&lt;Uint8Array&gt; | Media file content corresponding to the resource object.| | Promise&lt;Uint8Array&gt; | Promise used to return the result.|
**Example** **Example**
``` ```
...@@ -724,7 +724,7 @@ Obtains the Base64 code of the image corresponding to the specified resource obj ...@@ -724,7 +724,7 @@ Obtains the Base64 code of the image corresponding to the specified resource obj
**Return value** **Return value**
| Type | Description | | Type | Description |
| --------------------- | -------------------- | | --------------------- | -------------------- |
| Promise&lt;string&gt; | Base64 code of the image corresponding to the specified resource object.| | Promise&lt;string&gt; | Promise used to return the result.|
**Example** **Example**
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册