From 1d3bcf26ba6f54e42fa2a4f366f7a4bf5e918dfe Mon Sep 17 00:00:00 2001 From: AOL <8239851+magekkkk@user.noreply.gitee.com> Date: Thu, 3 Jun 2021 15:39:39 +0800 Subject: [PATCH] =?UTF-8?q?!326=20update=20zh-cn/application-dev/js-refere?= =?UTF-8?q?nce/=E9=9F=B3=E9=A2=91=E6=92=AD=E6=94=BE.md.=20*=20update=20zh-?= =?UTF-8?q?cn/application-dev/js-reference/=E9=9F=B3=E9=A2=91=E6=92=AD?= =?UTF-8?q?=E6=94=BE.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\351\237\263\351\242\221\346\222\255\346\224\276.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/zh-cn/application-dev/js-reference/\351\237\263\351\242\221\346\222\255\346\224\276.md" "b/zh-cn/application-dev/js-reference/\351\237\263\351\242\221\346\222\255\346\224\276.md" index 14f6c24055..a2d57bc60f 100644 --- "a/zh-cn/application-dev/js-reference/\351\237\263\351\242\221\346\222\255\346\224\276.md" +++ "b/zh-cn/application-dev/js-reference/\351\237\263\351\242\221\346\222\255\346\224\276.md" @@ -3,7 +3,7 @@ - [导入模块](#zh-cn_topic_0000001103383404_s56d19203690d4782bfc74069abb6bd71) - [权限](#zh-cn_topic_0000001103383404_section11257113618419) - [方法](#zh-cn_topic_0000001103383404_section125675489541) -- [creatAudioPlayer\(\)](#zh-cn_topic_0000001103383404_section582314017253) +- [createAudioPlayer\(\)](#zh-cn_topic_0000001103383404_section582314017253) - [附录](#zh-cn_topic_0000001103383404_section1933416317165) - [AudioPlayer](#zh-cn_topic_0000001103383404_section5174142818365) - [属性](#zh-cn_topic_0000001103383404_section4947115405) @@ -39,7 +39,7 @@ import audio from '@ohos.multimedia.media'; ## 方法 -## creatAudioPlayer\(\) +## createAudioPlayer\(\) 创建音频播放的实例来控制音频的播放。 -- GitLab