$.get(url, function (data) { videojs("videosource", {}, function () { this.reset(); this.src(data); this.load(); this.play(); }); }); 如果我不包括.reset() ...
確定! 回上一頁