HTML5 audio stop. GitHub Gist: instantly share code, notes, ... gistfile1.js. HTMLAudioElement.prototype.stop=function(){this.pause();this.currentTime=0}; ...
確定! 回上一頁