Element.th 构造函数

Element.th()

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

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

实现

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