<script type="text/javascript"> var snd = new Audio("bell.wav"); snd.loop = true; //設定循環播放 //停止 function myStop(){ snd.pause(); snd.
確定! 回上一頁