🌈 搜索
📅  最后修改于: 2022-03-11 15:01:27.280000             🧑  作者: Mango
function playSound(url) { const audio = new Audio(url); audio.play(); }