提交 f36bcb9d 编写于 作者: Z zhouzhichao

add js-apis-document.md

Signed-off-by: Nzhouzhichao <zhouzhichao3@huawei.com>
上级 30d0955f
...@@ -11,7 +11,7 @@ import document from '@ohos.document'; ...@@ -11,7 +11,7 @@ import document from '@ohos.document';
## Guidelines ## Guidelines
Using this function module will throw an error code. Calling the following interface throws an exception. It is not recommended to use the following interface in OpenHarmony.
## document.choose ## document.choose
...@@ -23,13 +23,13 @@ Selects a file using the file manager and returns the file URI asynchronously us ...@@ -23,13 +23,13 @@ Selects a file using the file manager and returns the file URI asynchronously us
- **Parameters** - **Parameters**
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ------ | ------ | ---- | ---------------------------- | | ------ | ------ | ---- | ---------------------------- |
| type | string[] | No | Type of the file selected. | | type | string[] | No | Type of the file selected. |
- Return value - Return value
| Type | Description | | Type | Description |
| --------------------- | -------------- | | --------------------- | -------------- |
| Promise&lt;string&gt; | URI of the file(Note: the current returned error code) | | Promise&lt;string&gt; | URI of the file(Note: the current returned error code) |
...@@ -92,7 +92,7 @@ Asynchronously opens the file corresponding to the URI and returns the result us ...@@ -92,7 +92,7 @@ Asynchronously opens the file corresponding to the URI and returns the result us
- **Parameters** - **Parameters**
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| ---- | ------ | ---- | ---------------------------- | | ---- | ------ | ---- | ---------------------------- |
| uri | string | Yes | URI of the file to open | | uri | string | Yes | URI of the file to open |
| type | string | Yes | Type of the file. Currently | | type | string | Yes | Type of the file. Currently |
...@@ -119,7 +119,7 @@ Asynchronously opens the file corresponding to the URI and returns the result us ...@@ -119,7 +119,7 @@ Asynchronously opens the file corresponding to the URI and returns the result us
- **Parameters** - **Parameters**
| Name | Type | Mandatory| Description | | Name | Type | Mandatory| Description |
| -------- | --------------------------- | ---- | ---------------------------- | | -------- | --------------------------- | ---- | ---------------------------- |
| uri | string | Yes | URI of the file to open| | uri | string | Yes | URI of the file to open|
| type | string | Yes | Type of the file. Currently | | type | string | Yes | Type of the file. Currently |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册