const res = await getPlayUrl({xxx}) if (res.code === 1) { // 接口请求完成赋值 audio.src = res.src audio.load() audio.play() } ...
確定! 回上一頁