videoContent.addEventListener('canplay', () => {
console.log('canplay')
})
有可能videoContent的DOM还没有加载好就执行代码了,所以要检测一下调用前元素是否已经获取成功