未验证 提交 0795718f 编写于 作者: G gloria 提交者: Gitee

【OpenHarmony开源贡献者计划2022】更正js-apis-media.md中的拼写错误

Signed-off-by: Ngloria <80926032@qq.com>
上级 c5345c22
......@@ -576,7 +576,7 @@ let fdPath = 'fd://'
let path = '/data/accounts/account_0/appdata/ohos.xxx.xxx.xxx/01.mp3';
fileIO.open(path).then(fdNumber) => {
fdPath = fdPath + '' + fdNumber;
console.info('open fd succsess fd is' + fdPath);
console.info('open fd success fd is' + fdPath);
}, (err) => {
console.info('open fd failed err is' + err);
}).catch((err) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册