提交 39034936 编写于 作者: R raoxian

update js-apis-fileio.md

Signed-off-by: Nraoxian <raoxian@huawei.com>
上级 14af36ba
......@@ -595,7 +595,7 @@ openSync(path:string, flags?:number, mode?:number): number
**示例:**
```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.
先完成此消息的编辑!
想要评论请 注册