提交 75b08599 编写于 作者: R raoxian

fixed 39034936 from https://gitee.com/storage-sandboxing/docs/pulls/5461

update js-apis-fileio.md
Signed-off-by: Nraoxian <raoxian@huawei.com>
上级 eedfc85b
...@@ -595,7 +595,7 @@ openSync(path:string, flags?:number, mode?:number): number ...@@ -595,7 +595,7 @@ openSync(path:string, flags?:number, mode?:number): number
**示例:** **示例:**
```js ```js
let fd = fileio.openSync(path); let fd = fileio.openSync(path, 0o102, 0o640);
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册