生成 HTMLAudioElement 实例以后,不用插入DOM,可以直接用 play() 方法在背景播放。 var a = new Audio(); if (a.canPlayType('audio/wav')) { a ...
確定! 回上一頁