Element.hr 构造函数

Element.hr()

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

这与调用 new Element.tag('hr') 相当。

实现

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