Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 cordova/android 项目中使用 HTML5 媒体对象。这些媒体对象有一个回调函数,一旦媒体完成播放音频文件就应该执行该回调函数,但似乎在媒体停止和释放时也会启动回调。为什么当我停止/释放媒体时会调用成功回调?如何在不启动回调函数的情况下完全停止?