Element.br 构造函数

Element.br()

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

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

实现

factory Element.br() => new BRElement();