var count = 3; var id = setInterval(function() { Device.beepPlayFile('frog.mp3'); count--; if(count <= 0) { clearInterval(id); }
確定! 回上一頁