标签: javascript
//此功能将视频重置为开头。
function resetVideoToStart(video){ if (myVideo.currentTime <=0){ stopVideo(); myVideo.load(); scrubVideo(); }