业务场景
朗读英语单词
const vocabulary = 'aliveAmy';
const type = 1;
const audio = new Audio(`//dict.youdao.com/dictvoice?audio=${vocabulary}&type=${type}`); // 1 英式发音 2 美式发音
audio.play();
always keep alive(点我发音试试)
const vocabulary = 'aliveAmy';
const type = 1;
const audio = new Audio(`//dict.youdao.com/dictvoice?audio=${vocabulary}&type=${type}`); // 1 英式发音 2 美式发音
audio.play();