如题,在多个页面中放入视频,通过display :none切换页面时,重新进入页面,视频还是会保留上次切换的播放进度,怎样才能让视频在重新进入页面时重新从头播放?
重置下currentTime属性document.getElementById('videoID').currentTime=0