1. JS獲取當前視頻的播放進度!
document.querySelector('video').currentTime每次timeupdate更新,將currentTime存入localStorage下次頁面初始化直接取出來設置currentTime就行了