Element.ol 构造函数

Element.ol()

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

这等价于调用 new Element.tag('ol')

实现

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