详解js获取video任意时间的画面截图 首先就是要把视频加载出来,然后使用canvas.getContext(‘2d').drawImage(videoElement,0,0,canvas.width,can js获取视频截图