HTML5 audio 物件,沒有stop() 停止播放的方法。 ... <script type="text/javascript"> var snd = new Audio("bell.wav"); snd.loop = true; ...
確定! 回上一頁