单项选择题

使用音频时,首先要利用API函数wx.createInnerAudioContext()创建音频上下文,然后设置该上下文的源文件src,并利用()函数播放音频。

A.pause()
B.seek()
C.stop()
D.play()