Element.video 构造函数

Element.video()

创建一个新的 <video> 元素。

这相当于调用 new Element.tag('video')

实现

factory Element.video() => new Element.tag('video');