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.
我使用 deezer api 构建 Web 应用程序并使用 DZ.Event.subscribe('player_paused')。仅描述添加新事件,而不是销毁。现在简单的问题是:如何销毁这个事件?
您可以使用以下函数: DZ.Event.unsubscribe('EVNT_NAME');