1. JS获取当前视频的播放进度!
document.querySelector('video').currentTime每次timeupdate更新,将currentTime存入localStorage下次页面初始化直接取出来设置currentTime就行了