歌词问题
来源:7-3 播放器Vuex的相关应用

weixin_慕尼黑6237118
2020-05-05
async getLyric(){
this.lyric = new Lyric(await this.currentSong.getLyric(),this.handleLyric)
},
handleLyric(line){
console.log('handle lyric',line)
}
handleLyric不会执行,为什么?
写回答
1回答
-
歌词数据获取成功了吗
032020-05-06
相似问题