Element.ol构造函数

Element.ol()

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

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

实现

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