playMusic = function(){ var _this = this; this.play.on(click, function(){ if (_this.audio.paused) { _this.audio.play(); $(this).html( ); } else ...
確定! 回上一頁