<script> var data = { src: 'xxx.mp4', type: 'video/mp4' }; var player = videojs('myVideo', {...}); player.pause(); player.src(data); ...
確定! 回上一頁