Element.td 构造函数

Element.td()

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

这等价于调用 new Element.tag('td')

实现

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