Element.td 构造函数

Element.td()

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

这与调用 new Element.tag('td') 等效。

实现

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