提交 e68bb31d 编写于 作者: 1 18721213663

fix_fs_access_return_explain

Signed-off-by: N18721213663 <zhuhongtao12@huawei.com>
上级 0176a65e
......@@ -146,7 +146,7 @@ access(path: string): Promise&lt;boolean&gt;
| 类型 | 说明 |
| ------------------- | ---------------------------- |
| Promise&lt;boolean&gt; | Promise对象。返回boolean。 |
| Promise&lt;boolean&gt; | Promise对象。返回boolean,表示文件是否存在。 |
**示例:**
......@@ -206,6 +206,12 @@ accessSync(path: string): boolean
| ------ | ------ | ---- | ------------------------------------------------------------ |
| path | string | 是 | 文件应用沙箱路径。 |
**返回值:**
| 类型 | 说明 |
| ------------------- | ---------------------------- |
| boolean | 返回boolean,表示文件是否存在。 |
**示例:**
```js
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册