函数名

playAudio(audio_path)

函数介绍

方法名称:播放音乐

参数说明:声音资源文件名称


注意:此函数不支持无APP运行

函数例子

playAudio("test.mp3")
sleep(10000)
stopAudio()