xc_sean 发布微信小游戏,播放声音的时候会出异常 经查是微信的InnerAudioContext对象使用不正确引起,其取消侦听不是onEnd(null),而是offEnd(func),此处替换成 offEnded(this._onEnd);即可 同理还有onCanPlay和onError